Home
last modified time | relevance | path

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

1234

/external/angle/src/tests/egl_tests/
DEGLBackwardsCompatibleContextTest.cpp136 eglDestroyContext(mDisplay, context); in TEST_P()
156 eglDestroyContext(mDisplay, es3Context); in TEST_P()
166 eglDestroyContext(mDisplay, es2Context); in TEST_P()
187 eglDestroyContext(mDisplay, es11Context); in TEST_P()
198 eglDestroyContext(mDisplay, es10Context); in TEST_P()
DEGLBufferAgeTest.cpp157 eglDestroyContext(mDisplay, context); in TEST_P()
225 eglDestroyContext(mDisplay, context); in TEST_P()
272 eglDestroyContext(mDisplay, otherContext); in TEST_P()
275 eglDestroyContext(mDisplay, context); in TEST_P()
342 eglDestroyContext(mDisplay, context); in TEST_P()
DEGLMultiContextTest.cpp27 result = eglDestroyContext(display, context); in SafeDestroyContext()
70 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context2)); in TEST_P()
232 eglDestroyContext(dpy, ctx[t]); in TEST_P()
DEGLContextSharingTest.cpp27 result = eglDestroyContext(display, context); in SafeDestroyContext()
111 eglDestroyContext(display, mContexts[0]); in TEST_P()
224 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[0])); in TEST_P()
226 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[1])); in TEST_P()
540 eglDestroyContext(dpy, ctx[t]); in TEST_P()
DEGLProtectedContentTest.cpp161 eglDestroyContext(mDisplay, context); in PbufferTest()
228 eglDestroyContext(mDisplay, context); in WindowTest()
DEGLDirectCompositionTest.cpp251 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
295 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
DEGLNoConfigContextTest.cpp52 eglDestroyContext(mDisplay, mContext); in testTearDown()
/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)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/angle/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown()
130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
/external/mesa3d/src/egl/main/
Degl.def11 eglDestroyContext
Deglentrypoint.h29 EGL_ENTRYPOINT(eglDestroyContext)
/external/mesa3d/src/egl/
Degl-symbols.txt15 eglDestroyContext
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def12 eglDestroyContext @24
DlibEGL.lds18 eglDestroyContext;
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp89 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest()
244 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx2)); in TEST_P()
245 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx1)); in TEST_P()
486 EXPECT_TRUE(eglDestroyContext(dpy, contexts[threadIdx])); in TEST_P()
608 eglDestroyContext(dpy, ctx); in textureThreadFunction()
/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()
/external/angle/src/libEGL/
DlibEGL_autogen.def17 eglDestroyContext
/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.cpp131 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext)); in onDestroyContext()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_context.cc68 eglDestroyContext(display_, context_); in Invalidate()
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp193 eglDestroyContext(_display, _context); in terminate_egl_display()

1234