/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftserv.h | 70 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 D | sfnt.h | 881 FT_Module_Requester get_interface; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_symbol_table.cpp | 62 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 D | glsl_symbol_table.h | 87 const glsl_type *get_interface(const char *name,
|
H A D | link_interface_blocks.cpp | 404 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 D | glsl_parser_extras.cpp | 2019 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 D | arping.c | 52 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 D | dhcp.c | 281 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 D | dhcpd.c | 359 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 D | ftmodapi.h | 224 * 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 D | ttdriver.c | 611 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 D | ftobjs.c | 5106 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 D | cffdrivr.c | 1111 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF() 1140 cff_get_interface, /* FT_Module_Requester get_interface */
|