/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBackwardsCompatibleContextTest.cpp | 137 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 D | EGLContextSharingTest.cpp | 28 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 D | EGLBufferAgeTest.cpp | 157 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 D | EGLMultiContextTest.cpp | 27 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 D | EGLProtectedContentTest.cpp | 402 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 D | EGLDirectCompositionTest.cpp | 257 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P() 301 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
|
H A D | EGLNoConfigContextTest.cpp | 52 eglDestroyContext(mDisplay, mContext);
|
H A D | EGLContextASANTest.cpp | 30 result = eglDestroyContext(display, context); in SafeDestroyContext()
|
H A D | EGLSyncControlTest.cpp | 68 eglDestroyContext(mDisplay, mContext);
|
H A D | EGLQueryContextTest.cpp | 58 eglDestroyContext(mDisplay, mContext);
|
H A D | EGLCreateContextAttribsTest.cpp | 214 eglDestroyContext(mDisplay, context); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | EGLMakeCurrentPerf.cpp | 129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown() 130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 720 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 D | teglApiCase.cpp | 124 eglDestroyContext(getDisplay(), got); in expectNoContext()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 104 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 D | VulkanMultithreadingTest.cpp | 109 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest()
|
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 30 eglDestroyContext.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 39 eglDestroyContext.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 39 eglDestroyContext.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 25 eglDestroyContext.xhtml \
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 131 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext)); in onDestroyContext()
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 149 eglDestroyContext(fDisplay, fEGLContext); in onDestroyContext()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 246 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 242 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 210 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
|