Searched refs:rcChooseConfig (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 17 rcChooseConfig_client_proc_t rcChooseConfig; member
|
D | renderControl_ftable.h | 17 {"rcChooseConfig", (void*)rcChooseConfig},
|
D | renderControl.attrib | 27 rcChooseConfig
|
D | renderControl_client_context.h | 19 rcChooseConfig_client_proc_t rcChooseConfig; member
|
D | renderControl_client_context.cpp | 19 rcChooseConfig = (rcChooseConfig_client_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName()
|
D | renderControl.in | 7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
|
D | renderControl_entry.cpp | 14 …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()
|
D | README | 42 EGLint rcChooseConfig(EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_t configs_s…
|
D | renderControl_enc.cpp | 2834 this->rcChooseConfig = &rcChooseConfig_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 19 rcChooseConfig_server_proc_t rcChooseConfig; member
|
D | renderControl_server_context.cpp | 19 rcChooseConfig = (rcChooseConfig_server_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 204 …*(EGLint *)(&tmpBuf[0 + size_configs]) = this->rcChooseConfig((EGLint*)(inptr_attribs.get()), v… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 30 rcChooseConfig
|
D | renderControl.in | 7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 734 static EGLint rcChooseConfig(EGLint *attribs, in rcChooseConfig() function 1557 dec->rcChooseConfig = rcChooseConfig; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 1212 *num_config = rcEnc->rcChooseConfig(rcEnc, (EGLint*)attrib_list, in eglChooseConfig()
|