Home
last modified time | relevance | path

Searched refs:eglGetDisplay (Results 1 – 12 of 12) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h21 {"eglGetDisplay", (void *)eglGetDisplay},
Degl_dispatch.h23 eglGetDisplay_t eglGetDisplay; member
68 …t_eglGetDisplay(eglGetDisplay_t f) { eglGetDisplay_t retval = eglGetDisplay; eglGetDisplay = f; re… in set_eglGetDisplay()
Degl.cpp69 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay() function
71 return getDispatch()->eglGetDisplay(display_id); in eglGetDisplay()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h23 eglGetDisplay_t eglGetDisplay; member
DEGLDispatch.cpp37 s_egl.eglGetDisplay = (eglGetDisplay_t) lib->findSymbol("eglGetDisplay"); in init_egl_dispatch()
DFrameBuffer.cpp136 fb->m_eglDisplay = s_egl.eglGetDisplay(EGL_DEFAULT_DISPLAY); in initialize()
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.cpp51 m_dpy = eglGetDisplay(m_nw->getNativeDisplay()); in Renderer()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp191 EGLDisplay d = eglGetDisplay(EGL_DEFAULT_DISPLAY); in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp412 EGLDisplay d = eglGetDisplay(EGL_DEFAULT_DISPLAY); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp152 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) { in eglGetDisplay() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java467 eglGetDisplay(437, 2000), enumConstant
960 case 2000: return eglGetDisplay; in valueOf()