Searched refs:eglCreateWindowSurface (Results 1 – 12 of 12) sorted by relevance
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl_dispatch.h | 30 eglCreateWindowSurface_t eglCreateWindowSurface; member 75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_eglCreateWindowSurface()
|
D | egl.cpp | 104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function 106 return getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | EGLDispatch.h | 30 eglCreateWindowSurface_t eglCreateWindowSurface; member
|
D | EGLDispatch.cpp | 44 …s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface"… in init_egl_dispatch()
|
D | FrameBuffer.cpp | 422 fb->m_eglSurface = s_egl.eglCreateWindowSurface(fb->m_eglDisplay, in setupSubWindow()
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | RendererSurface.cpp | 91 EGLSurface eglSurface = eglCreateWindowSurface(eglDisplay, in create()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 417 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); in WinMain()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 196 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); in WinMain()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 472 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() function
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 473 eglCreateWindowSurface(443, 2006), enumConstant 966 case 2006: return eglCreateWindowSurface; in valueOf()
|