Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
Degl_dispatch.h45 eglDestroyContext_t eglDestroyContext; member
90 …ext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f… in set_eglDestroyContext()
Degl.cpp179 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
181 return getDispatch()->eglDestroyContext(dpy, ctx); in eglDestroyContext()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderContext.cpp74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx); in ~RenderContext()
DEGLDispatch.h45 eglDestroyContext_t eglDestroyContext; member
DFrameBuffer.cpp74 s_egl.eglDestroyContext(p_dpy, ctx); in getGLES2ExtensionString()
83 s_egl.eglDestroyContext(p_dpy, ctx); in getGLES2ExtensionString()
97 s_egl.eglDestroyContext(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_eglContext); in finalize()
98 s_egl.eglDestroyContext(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_pbufContext); in finalize()
DEGLDispatch.cpp59 s_egl.eglDestroyContext = (eglDestroyContext_t) lib->findSymbol("eglDestroyContext"); in init_egl_dispatch()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererContext.cpp37 eglDestroyContext(m_dpy, m_ctx); in destroy()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp431 eglDestroyContext(d,ctx); in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp448 eglDestroyContext(d,ctx); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp661 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java583 eglDestroyContext(553, 2012), enumConstant
1180 case 2012: return eglDestroyContext; in valueOf()