Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl_dispatch.h30 eglCreateWindowSurface_t eglCreateWindowSurface; member
75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_eglCreateWindowSurface()
Degl.cpp104 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/
DEGLDispatch.h30 eglCreateWindowSurface_t eglCreateWindowSurface; member
DEGLDispatch.cpp44 …s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface"… in init_egl_dispatch()
DFrameBuffer.cpp422 fb->m_eglSurface = s_egl.eglCreateWindowSurface(fb->m_eglDisplay, in setupSubWindow()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererSurface.cpp91 EGLSurface eglSurface = eglCreateWindowSurface(eglDisplay, in create()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp417 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp196 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp472 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/
DGLProtoBuf.java473 eglCreateWindowSurface(443, 2006), enumConstant
966 case 2006: return eglCreateWindowSurface; in valueOf()