Home
last modified time | relevance | path

Searched refs:fetch_func (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc296 c->fetch_func(grpc_credentials_metadata_request_create(creds), in oauth2_token_fetcher_get_request_metadata()
335 grpc_fetch_oauth2_func fetch_func) { in init_oauth2_token_fetcher() argument
341 c->fetch_func = fetch_func; in init_oauth2_token_fetcher()
Doauth2_credentials.h78 grpc_fetch_oauth2_func fetch_func; member
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c43 typedef void (*fetch_func)(void *dst, typedef
56 fetch_func fetch;
818 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint; in translate_generic_create()
821 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint; in translate_generic_create()
825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float; in translate_generic_create()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h96 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview, typedef