Home
last modified time | relevance | path

Searched refs:rcChooseConfig (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h17 rcChooseConfig_client_proc_t rcChooseConfig; member
DrenderControl_ftable.h17 {"rcChooseConfig", (void*)rcChooseConfig},
DrenderControl.attrib27 rcChooseConfig
DrenderControl_client_context.h19 rcChooseConfig_client_proc_t rcChooseConfig; member
DrenderControl_client_context.cpp19 rcChooseConfig = (rcChooseConfig_client_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName()
DrenderControl.in7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
DrenderControl_entry.cpp14 …EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_…
122 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_s… in rcChooseConfig() function
125 return ctx->rcChooseConfig(ctx, attribs, attribs_size, configs, configs_size); in rcChooseConfig()
DREADME42 EGLint rcChooseConfig(EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_t configs_s…
DrenderControl_enc.cpp2834 this->rcChooseConfig = &rcChooseConfig_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h19 rcChooseConfig_server_proc_t rcChooseConfig; member
DrenderControl_server_context.cpp19 rcChooseConfig = (rcChooseConfig_server_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName()
DrenderControl_dec.cpp204 …*(EGLint *)(&tmpBuf[0 + size_configs]) = this->rcChooseConfig((EGLint*)(inptr_attribs.get()), v… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib30 rcChooseConfig
DrenderControl.in7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
/hardware/google/gfxstream/host/
DRenderControl.cpp734 static EGLint rcChooseConfig(EGLint *attribs, in rcChooseConfig() function
1557 dec->rcChooseConfig = rcChooseConfig; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp1212 *num_config = rcEnc->rcChooseConfig(rcEnc, (EGLint*)attrib_list, in eglChooseConfig()