Home
last modified time | relevance | path

Searched refs:eglChooseConfig (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h26 {"eglChooseConfig", (void *)eglChooseConfig},
Degl.cpp955 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h26 {"eglChooseConfig", (void *)eglChooseConfig},
Degl_dispatch.h28 eglChooseConfig_t eglChooseConfig; member
73 …oseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; … in set_eglChooseConfig()
Degl.cpp288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function
293 res = getDispatch()->eglChooseConfig(dpy, in eglChooseConfig()
308 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries8 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co…
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp376 eglChooseConfig(mEglDisplay, s_configAttribs, &myConfig, 1, &numConfigs); in init_gl_surface()
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME43 This function triggers an eglChooseConfig on the host, to get a list of
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp333 EGLBoolean ret = s_egl.eglChooseConfig(rc->dpy, attribs, configs, configs_size, &num_config); in rcChooseConfig()
DAVDVirglRenderer.cpp374 if (!s_egl.eglChooseConfig(g_dpy, attrib_list, &config, 1, &num_config) || num_config != 1) { in virgl_renderer_init()