Searched refs:eglDestroyContext (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 43 {"eglDestroyContext", (void *)eglDestroyContext},
|
D | eglDisplay.cpp | 225 eglDestroyContext(static_cast<EGLDisplay>(this), *ctxToDelete); in terminate()
|
D | egl.cpp | 1634 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function 1814 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/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | egl_wrapper_context.h | 19 eglDestroyContext_wrapper_proc_t eglDestroyContext; member
|
D | egl.lds | 32 eglDestroyContext;
|
D | egl_wrapper_entry.cpp | 14 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext context); 92 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext context) in eglDestroyContext() function 95 return ctx->eglDestroyContext( dpy, context); in eglDestroyContext()
|
D | egl_wrapper_context.cpp | 19 eglDestroyContext = (eglDestroyContext_wrapper_proc_t) getProc("eglDestroyContext", userData); in initDispatchByName()
|
D | egl.in | 9 GL_ENTRY(EGLBoolean, eglDestroyContext, EGLDisplay dpy, EGLContext context)
|
/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()
|