/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLBackwardsCompatibleContextTest.cpp | 126 eglDestroyContext(mDisplay, context); in TEST_P() 147 eglDestroyContext(mDisplay, es3Context); in TEST_P() 157 eglDestroyContext(mDisplay, es2Context); in TEST_P() 177 eglDestroyContext(mDisplay, es11Context); in TEST_P() 188 eglDestroyContext(mDisplay, es10Context); in TEST_P()
|
D | EGLContextSharingTest.cpp | 25 result = eglDestroyContext(display, context); in SafeDestroyContext() 109 eglDestroyContext(display, mContexts[0]); in TEST_P() 237 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[0])); in TEST_P() 238 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[1])); in TEST_P()
|
D | EGLDirectCompositionTest.cpp | 248 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P() 289 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
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()
|
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() 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(mDisplay, mContexts[0])); in TEST_P() 861 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P() [all …]
|
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()
|
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()
|
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()
|
D | EGLDirectCompositionTest.cpp | 257 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P() 301 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
|
D | eglwStaticLibrary15.inl | 20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLMakeCurrentPerf.cpp | 129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown() 130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLMakeCurrentPerf.cpp | 129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown() 130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 104 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest() 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); in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 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()
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 165 auto result = ::eglDestroyContext(display_, onscreen_context_); in ~TestGLSurface() 168 result = ::eglDestroyContext(display_, offscreen_context_); in ~TestGLSurface()
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 15 eglDestroyContext
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 12 eglDestroyContext @24
|
D | libEGL_deprecated.def | 12 eglDestroyContext @24
|
D | libEGL_deprecated.lds | 18 eglDestroyContext;
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def.in | 16 eglDestroyContext@8
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.def | 12 eglDestroyContext @24
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | egl_loader_autogen.cpp | 19 ANGLE_UTIL_EXPORT PFNEGLDESTROYCONTEXTPROC eglDestroyContext; variable 123 eglDestroyContext = reinterpret_cast<PFNEGLDESTROYCONTEXTPROC>(loadProc("eglDestroyContext")); in LoadEGL()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 25 eglDestroyContext.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 39 eglDestroyContext.html \
|