Home
last modified time | relevance | path

Searched refs:get_interface (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftserv.h70 if ( module->clazz->get_interface ) \
71 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
82 if ( module->clazz->get_interface ) \
83 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
H A Dsfnt.h881 FT_Module_Requester get_interface; member
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface() function in symbol_table_entry
243 const glsl_type *glsl_symbol_table::get_interface(const char *name, in get_interface() function in glsl_symbol_table
247 return entry != NULL ? entry->get_interface(mode) : NULL; in get_interface()
H A Dglsl_symbol_table.h87 const glsl_type *get_interface(const char *name,
H A Dlink_interface_blocks.cpp404 consumer->symbols->get_interface("gl_PerVertex", in validate_interstage_inout_blocks()
408 producer->symbols->get_interface("gl_PerVertex", in validate_interstage_inout_blocks()
H A Dglsl_parser_extras.cpp2019 src->get_interface("gl_PerVertex", ir_var_shader_in);
2023 iface = src->get_interface("gl_PerVertex", ir_var_shader_out);
/third_party/toybox/toys/pending/
H A Darping.c52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, in get_interface() function
212 get_interface(TT.iface, &if_index, NULL, NULL); in arping_main()
252 get_interface(TT.iface, NULL, &oip, NULL); in arping_main()
H A Ddhcp.c281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) in get_interface() function
1307 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
1335 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
H A Ddhcpd.c359 static int get_interface(const char *interface, int *ifindex, void *oip, in get_interface() function
1658 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
1698 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.h224 * essentially what `get_interface` returns.
232 * get_interface ::
247 FT_Module_Requester get_interface; member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c611 return sfnt->get_interface( driver, tt_interface ); in FT_CALLBACK_DEF()
649 tt_get_interface, /* FT_Module_Requester get_interface */
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c5106 FT_ASSERT( module->clazz && module->clazz->get_interface ); in FT_BASE_DEF()
5109 if ( module->clazz->get_interface ) in FT_BASE_DEF()
5110 result = module->clazz->get_interface( module, service_id ); in FT_BASE_DEF()
5126 if ( cur[0]->clazz->get_interface ) in FT_BASE_DEF()
5128 result = cur[0]->clazz->get_interface( cur[0], service_id ); in FT_BASE_DEF()
5228 if ( !cur[0]->clazz->get_interface ) in ft_property_do()
5236 interface = cur[0]->clazz->get_interface( cur[0], in ft_property_do()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c1111 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
1140 cff_get_interface, /* FT_Module_Requester get_interface */

Completed in 21 milliseconds