gf_sg_find_proto  598 include/gpac/scenegraph_vrml.h GF_Proto *gf_sg_find_proto(GF_SceneGraph *sg, u32 ProtoID, char *name);
gf_sg_find_proto  267 src/bifs/com_dec.c 			proto = gf_sg_find_proto(codec->current_graph, ID, NULL);
gf_sg_find_proto  276 src/bifs/com_dec.c 			proto = gf_sg_find_proto(codec->current_graph, ID, NULL);
gf_sg_find_proto   98 src/bifs/com_enc.c 				GF_Proto *proto = gf_sg_find_proto(codec->scene_graph, -com->ChildNodeTag , NULL);
gf_sg_find_proto  782 src/bifs/field_decode.c 		proto = gf_sg_find_proto(codec->current_graph, ProtoID, NULL);
gf_sg_find_proto  785 src/bifs/field_decode.c 			proto = gf_sg_find_proto(codec->scenegraph, ProtoID, NULL);
gf_sg_find_proto 1295 src/scene_manager/loader_bt.c 			proto = gf_sg_find_proto(sg, 0, str);
gf_sg_find_proto 1616 src/scene_manager/loader_bt.c 				p = gf_sg_find_proto(sg, 0, str);
gf_sg_find_proto 1718 src/scene_manager/loader_bt.c 		proto = gf_sg_find_proto(parser->load->scene_graph, pID, name);
gf_sg_find_proto 2732 src/scene_manager/loader_bt.c 			proto = gf_sg_find_proto(parser->load->scene_graph, 0, str);
gf_sg_find_proto  687 src/scene_manager/loader_xmt.c 			p = gf_sg_find_proto(sg, 0, node_class);
gf_sg_find_proto 1667 src/scene_manager/loader_xmt.c 				proto = gf_sg_find_proto(sg, 0, proto_name);
gf_sg_find_proto 2399 src/scene_manager/loader_xmt.c 				p = gf_sg_find_proto(parser->load->scene_graph, 0, fieldValue);
gf_sg_find_proto 2400 src/scene_manager/loader_xmt.c 				if (!p) p = gf_sg_find_proto(parser->load->scene_graph, atoi(fieldValue), NULL);
gf_sg_find_proto 2273 src/scene_manager/scene_dump.c 				GF_Proto *proto = gf_sg_find_proto(com->in_scene, -com->ChildNodeTag , NULL);
gf_sg_find_proto 2317 src/scene_manager/scene_dump.c 				GF_Proto *proto = gf_sg_find_proto(com->in_scene, -com->ChildNodeTag , NULL);
gf_sg_find_proto  441 src/scene_manager/swf_bifs.c 		ic2d = gf_sg_proto_create_instance(read->load->scene_graph, gf_sg_find_proto(read->load->scene_graph, 0, "IndexedCurve2D"));
gf_sg_find_proto  482 src/scenegraph/commands.c 			GF_Proto *proto = gf_sg_find_proto(graph, com->del_proto_list[i], NULL);
gf_sg_find_proto   42 src/scenegraph/vrml_proto.c 		tmp = gf_sg_find_proto(inScene, ProtoID, name);
gf_sg_find_proto  607 src/scenegraph/vrml_proto.c 			proto = gf_sg_find_proto(extern_lib, ID, szName);
gf_sg_find_proto  609 src/scenegraph/vrml_proto.c 		if (!proto) proto = gf_sg_find_proto(extern_lib, owner->ID, owner->Name);
gf_sg_find_proto 1488 src/scenegraph/vrml_smjs.c 			proto = gf_sg_find_proto(sg, ID, node_name);
gf_sg_find_proto 1260 src/terminal/scene.c 	proto = gf_sg_find_proto(sg, 0, name);