Searched refs:eglChooseConfig (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl_ftable.h | 26 {"eglChooseConfig", (void *)eglChooseConfig},
|
D | egl.cpp | 573 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 26 {"eglChooseConfig", (void *)eglChooseConfig},
|
D | egl_dispatch.h | 28 eglChooseConfig_t eglChooseConfig; member 73 …oseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; … in set_eglChooseConfig()
|
D | egl.cpp | 324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function 329 res = getDispatch()->eglChooseConfig(dpy, in eglChooseConfig() 344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 43 This function triggers an eglChooseConfig on the host, to get a list of
|