Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwInitCore.inl20 dst->destroyContext = (eglDestroyContextFunc) loader->get("eglDestroyContext");
/external/virglrenderer/tests/fuzzer/
Dvirgl_fuzzer.c93 eglDestroyContext(cookie_data->display, ctx); in fuzzer_destroy_gl_context()
155 eglDestroyContext(cookie.display, cookie.ctx); in cleanup_environment()
/external/mesa3d/src/egl/main/
Degl.def11 eglDestroyContext
Deglentrypoint.h29 EGL_ENTRYPOINT(eglDestroyContext)
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp727 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
730 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL)); in init()
737 expectFalse(eglDestroyContext(display, DE_NULL)); in init()
740 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init()
936 eglDestroyContext(display, context); in init()
1003 expectTrue(eglDestroyContext(display, context)); in init()
1065 expectTrue(eglDestroyContext(display, context)); in init()
1402 expectTrue(eglDestroyContext(display, context)); in init()
DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def12 eglDestroyContext @24
DlibEGL.lds18 eglDestroyContext;
DlibEGL.hpp51 EGLBoolean (*eglDestroyContext)(EGLDisplay dpy, EGLContext ctx); member in LibEGLexports
/external/mesa3d/src/egl/
Degl-symbols-check27 eglDestroyContext
/external/virglrenderer/src/
Dvirgl_egl_context.c270 eglDestroyContext(d->egl_display, d->egl_ctx); in virgl_egl_destroy()
297 eglDestroyContext(ve->egl_display, eglctx); in virgl_egl_destroy_context()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc119 eglDestroyContext(display_, context); in DeleteContext()
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp129 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext)); in onDestroyContext()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def10 eglDestroyContext @7
DlibGLES_CM.lds11 eglDestroyContext;
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp129 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext)); in onDestroyContext()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp149 eglDestroyContext(fDisplay, fEGLContext); in onDestroyContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp149 eglDestroyContext(fDisplay, fEGLContext); in onDestroyContext()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java170 EGL14.eglDestroyContext(eglDisplay, eglContext); in release()
DEglBase10.java226 egl.eglDestroyContext(eglDisplay, eglContext); in release()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c152 eglDestroyContext(engine->display, engine->context); in engine_term_display()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp145 eglDestroyContext(m_EGLDisplay, m_EGLContext); in ApiInitAPI()
498 eglDestroyContext(m_EGLDisplay, m_EGLContext); in ApiReleaseAPI()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h301 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);

12