Searched refs:eglChooseConfig (Results 1 – 13 of 13) sorted by relevance
/sdk/emulator/opengl/tests/EGL_host_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 | 94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function 96 return getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | EGLDispatch.h | 28 eglChooseConfig_t eglChooseConfig; member
|
D | EGLDispatch.cpp | 42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig"); in init_egl_dispatch()
|
D | FBConfig.cpp | 206 s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs); in chooseConfig()
|
D | FrameBuffer.cpp | 42 if (!s_egl.eglChooseConfig(p_dpy, configAttribs, in getGLES2ExtensionString() 187 if (!s_egl.eglChooseConfig(fb->m_eglDisplay, configAttribs, in initialize()
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | RendererSurface.cpp | 37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) { in getEglConfig()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 415 eglChooseConfig(d, attribute_list, configs, 150, &num_config); in WinMain()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 194 eglChooseConfig(d, attribute_list, configs, 150, &num_config); in WinMain()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig() function
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 471 eglChooseConfig(441, 2004), enumConstant 964 case 2004: return eglChooseConfig; in valueOf()
|