gf_sg_proto_field_new  566 include/gpac/scenegraph_vrml.h GF_ProtoFieldInterface *gf_sg_proto_field_new(GF_Proto *proto, u32 fieldType, u32 eventType, char *fieldName);
gf_sg_proto_field_new 1050 src/bifs/com_dec.c 			proto_field = gf_sg_proto_field_new(proto, field_type, event_type, name);
gf_sg_proto_field_new 1748 src/scene_manager/loader_bt.c 		pfield = gf_sg_proto_field_new(proto, fType, eType, str);
gf_sg_proto_field_new 1487 src/scene_manager/loader_xmt.c 			parser->proto_field = gf_sg_proto_field_new(parser->parsing_proto, fType, eType, fieldName);
gf_sg_proto_field_new 2167 src/scene_manager/swf_bifs.c 		gf_sg_proto_field_new(proto, GF_SG_VRML_SFNODE, GF_SG_EVENT_EXPOSED_FIELD, "coord");
gf_sg_proto_field_new 2169 src/scene_manager/swf_bifs.c 		pfield = gf_sg_proto_field_new(proto, GF_SG_VRML_SFFLOAT, GF_SG_EVENT_EXPOSED_FIELD, "fineness");
gf_sg_proto_field_new 2173 src/scene_manager/swf_bifs.c 		pfield = gf_sg_proto_field_new(proto, GF_SG_VRML_MFINT32, GF_SG_EVENT_EXPOSED_FIELD, "type");
gf_sg_proto_field_new 2178 src/scene_manager/swf_bifs.c 		pfield = gf_sg_proto_field_new(proto, GF_SG_VRML_MFINT32, GF_SG_EVENT_EXPOSED_FIELD, "coordIndex");