Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/egl/
Degl_ftable.h43 {"eglDestroyContext", (void *)eglDestroyContext},
DeglDisplay.cpp224 eglDestroyContext(static_cast<EGLDisplay>(this), *ctxToDelete); in terminate()
/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp121 s_egl.eglDestroyContext(display, context); in validateGles2Context()
129 s_egl.eglDestroyContext(display, context); in validateGles2Context()
137 s_egl.eglDestroyContext(display, context); in validateGles2Context()
141 s_egl.eglDestroyContext(display, context); in validateGles2Context()
516 s_egl.eglDestroyContext(mEglDisplay, mEglContext); in ~EmulationGl()
DEmulatedEglContext.cpp100 s_egl.eglDestroyContext(mDisplay, mContext); in ~EmulatedEglContext()
DDisplaySurfaceGl.cpp211 s_egl.eglDestroyContext(mDisplay, mContext); in ~DisplaySurfaceGl()
DGLESVersionDetector.cpp90 s_egl.eglDestroyContext(dpy, ctx); in sTryContextCreation()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h25 X(EGLBoolean, eglDestroyContext, (EGLDisplay display, EGLContext context)) \
DRenderEGL_static_translator_namespaced_header.h25 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay display, EGLContext context);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries25 EGLBoolean eglDestroyContext(EGLDisplay display, EGLContext context);
/hardware/google/gfxstream/common/detector/
DEglFuncs.h29 X(EGLBoolean, eglDestroyContext, (EGLDisplay display, EGLContext context)) \
DGraphicsDetectorGl.cpp61 Closer contextCloser([&]() { egl.eglDestroyContext(eglDisplay, context); }); in GetGlesContextAvailability()
/hardware/qcom/sm7250/display/composer/
Dgl_common.cpp171 EGL(eglDestroyContext(ctx->egl_display, ctx->egl_context)); in DestroyContext()
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp101 egl->eglDestroyContext(dpy, cxt); in destroyContext()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp178 ASSERT_THAT(mGl->eglDestroyContext(mDisplay, context), IsTrue()); in TEST_P()
316 ASSERT_THAT(mGl->eglDestroyContext(display, gles1Context), IsTrue()); in TEST_P()
317 ASSERT_THAT(mGl->eglDestroyContext(display, gles2Context), IsTrue()); in TEST_P()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp109 X(EGLBoolean, eglDestroyContext, (EGLDisplay display, EGLContext context)) \
251 if (!mDispatcher->eglDestroyContext(mDisplay, mNativeCtx)) { in ~EglOsEglContext()
457 mDispatcher.eglDestroyContext(mDisplay, ctx); in EglOsEglDisplay()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp322 eglDestroyContext(mDisplay, mContext); in shutdown()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp105 EGL(eglDestroyContext(engineContext->eglDisplay, engineContext->eglContext)); in engine_shutdown()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp105 EGL(eglDestroyContext(engineContext->eglDisplay, engineContext->eglContext)); in engine_shutdown()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp313 eglDestroyContext(mDisplay, mContext); in shutdown()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp105 EGL(eglDestroyContext(engineContext->eglDisplay, engineContext->eglContext)); in engine_shutdown()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp105 EGL(eglDestroyContext(engineContext->eglDisplay, engineContext->eglContext)); in engine_shutdown()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp126 EGL(eglDestroyContext(engineContext->eglDisplay, engineContext->eglContext)); in engine_shutdown()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/hardware/google/gfxstream/host/
DSyncThread.cpp364 egl->eglDestroyContext(mDisplay, mContext[workerId]); in cleanup()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);

12