Searched refs:rcChooseConfig (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 17 rcChooseConfig_client_proc_t rcChooseConfig; member
|
D | renderControl_ftable.h | 17 {"rcChooseConfig", (void*)rcChooseConfig},
|
D | renderControl_client_context.h | 19 rcChooseConfig_client_proc_t rcChooseConfig; member
|
D | renderControl.attrib | 27 rcChooseConfig
|
D | renderControl_client_context.cpp | 19 rcChooseConfig = (rcChooseConfig_client_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName()
|
D | renderControl_entry.cpp | 14 …EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_… 100 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_s… in rcChooseConfig() function 103 return ctx->rcChooseConfig(ctx, attribs, attribs_size, configs, configs_size); in rcChooseConfig()
|
D | renderControl.in | 7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
|
D | README | 42 EGLint rcChooseConfig(EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_t configs_s…
|
D | renderControl_enc.cpp | 1889 this->rcChooseConfig = &rcChooseConfig_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 29 rcChooseConfig
|
D | renderControl.in | 7 GL_ENTRY(EGLint, rcChooseConfig, EGLint *attribs, uint32_t attribs_size, uint32_t *configs, uint32_…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 328 static EGLint rcChooseConfig(void* ctx_, EGLint* attribs, uint32_t, uint32_t* config_ints, in rcChooseConfig() function 834 rcChooseConfig_dec = ::rcChooseConfig; in RenderControl()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 991 *num_config = rcEnc->rcChooseConfig(rcEnc, in eglChooseConfig()
|