Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
DeglDisplay.cpp228 eglDestroyContext(static_cast<EGLDisplay>(this), *ctxToDelete); in terminate()
Degl.cpp1636 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
1818 eglDestroyContext(dpy, tInfo->currentContext); in eglMakeCurrent()
/device/generic/goldfish-opengl/tests/gles_android_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.cpp470 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries14 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp421 s_egl.eglDestroyContext(g_dpy, g_ctx0_es1); in virgl_renderer_init()
438 s_egl.eglDestroyContext(g_dpy, g_ctx0_es1); in virgl_renderer_init()
450 s_egl.eglDestroyContext(g_dpy, g_ctx0_es1); in virgl_renderer_init()
DRenderControl.cpp415 s_egl.eglDestroyContext(rc->dpy, context_); in rcCreateContext()
431 s_egl.eglDestroyContext(rc->dpy, context->context); in rcDestroyContext()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp277 eglDestroyContext( mEglDisplay, mEglContext ); in free_gl_surface()