Home
last modified time | relevance | path

Searched refs:eglDestroyContext (Results 1 - 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp137 eglDestroyContext(mDisplay, context); in TEST_P()
157 eglDestroyContext(mDisplay, es3Context); in TEST_P()
168 eglDestroyContext(mDisplay, es2Context); in TEST_P()
190 eglDestroyContext(mDisplay, es11Context); in TEST_P()
202 eglDestroyContext(mDisplay, es10Context); in TEST_P()
H A DEGLContextSharingTest.cpp28 result = eglDestroyContext(display, context); in SafeDestroyContext()
212 eglDestroyContext(display, mContexts[0]); in TEST_P()
326 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[0])); in TEST_P()
328 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[1])); in TEST_P()
642 eglDestroyContext(dpy, ctx[t]); in TEST_P()
653 // Thread B: eglDestroyContext(context A) in TEST_P()
857 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
858 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
859 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
860 EXPECT_EGL_TRUE(eglDestroyContext(mDispla in TEST_P()
[all...]
H A 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()
H A DEGLMultiContextTest.cpp27 result = eglDestroyContext(display, context); in SafeDestroyContext()
120 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context2)); in TEST_P()
125 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context1)); in TEST_P()
288 eglDestroyContext(dpy, ctx[t]); in TEST_P()
H A DEGLProtectedContentTest.cpp402 eglDestroyContext(mDisplay, context); in pbufferTest()
467 eglDestroyContext(mDisplay, context); in windowTest()
546 eglDestroyContext(mDisplay, context); in textureTest()
637 eglDestroyContext(mDisplay, context); in textureFromImageTest()
723 eglDestroyContext(mDisplay, context); in textureFromPbufferTest()
815 eglDestroyContext(mDisplay, context); in textureFromAndroidNativeBufferTest()
H A DEGLDirectCompositionTest.cpp257 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
301 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
H A DEGLNoConfigContextTest.cpp52 eglDestroyContext(mDisplay, mContext);
H A DEGLContextASANTest.cpp30 result = eglDestroyContext(display, context); in SafeDestroyContext()
H A DEGLSyncControlTest.cpp68 eglDestroyContext(mDisplay, mContext);
H A DEGLQueryContextTest.cpp58 eglDestroyContext(mDisplay, mContext);
H A DEGLCreateContextAttribsTest.cpp214 eglDestroyContext(mDisplay, context); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DEGLMakeCurrentPerf.cpp129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown()
130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp720 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests", in init()
727 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()
H A DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultithreadingTest.cpp104 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest()
235 // Verify that threads can interleave eglDestroyContext and draw calls without
258 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx2)); in TEST_P()
259 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx1)); in TEST_P()
498 EXPECT_TRUE(eglDestroyContext(dpy, contexts[threadIdx])); in TEST_P()
620 eglDestroyContext(dpy, ctx); in textureThreadFunction()
894 eglDestroyContext(dpy, context);
H A DVulkanMultithreadingTest.cpp109 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest()
/third_party/EGL/sdk/docs/man/html/
H A DMakefile30 eglDestroyContext.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile39 eglDestroyContext.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile39 eglDestroyContext.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile25 eglDestroyContext.xhtml \
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp131 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext)); in onDestroyContext()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp149 eglDestroyContext(fDisplay, fEGLContext); in onDestroyContext()
/third_party/EGL/api/1.2/EGL/
H A Degl.h246 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/third_party/EGL/api/1.2/
H A Degl.h242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/third_party/EGL/api/1.1/EGL/
H A Degl.h210 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);

Completed in 13 milliseconds

123