Searched refs:eglDestroyContext (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
D | eglDisplay.cpp | 228 eglDestroyContext(static_cast<EGLDisplay>(this), *ctxToDelete); in terminate()
|
D | egl.cpp | 1749 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function 1931 eglDestroyContext(dpy, tInfo->currentContext); in eglMakeCurrent()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
D | egl_dispatch.h | 45 eglDestroyContext_t eglDestroyContext; member 90 …ext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f… in set_eglDestroyContext()
|
D | egl.cpp | 470 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/ |
D | egl.entries | 14 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | AVDVirglRenderer.cpp | 421 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()
|
D | RenderControl.cpp | 415 s_egl.eglDestroyContext(rc->dpy, context_); in rcCreateContext() 431 s_egl.eglDestroyContext(rc->dpy, context->context); in rcDestroyContext()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 277 eglDestroyContext( mEglDisplay, mEglContext ); in free_gl_surface()
|