Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_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.cpp94 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/
DEGLDispatch.h28 eglChooseConfig_t eglChooseConfig; member
DEGLDispatch.cpp42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig"); in init_egl_dispatch()
DFBConfig.cpp206 s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs); in chooseConfig()
DFrameBuffer.cpp42 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/
DRendererSurface.cpp37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) { in getEglConfig()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp415 eglChooseConfig(d, attribute_list, configs, 150, &num_config); in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp194 eglChooseConfig(d, attribute_list, configs, 150, &num_config); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp267 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/
DGLProtoBuf.java471 eglChooseConfig(441, 2004), enumConstant
964 case 2004: return eglChooseConfig; in valueOf()