/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPreRotationTest.cpp | 226 eglSwapBuffers(mDisplay, mWindowSurface); in testDrawingAndReadPixels() 281 eglSwapBuffers(mDisplay, mWindowSurface); in testDrawingAndReadPixels() 492 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 601 // then allow for multiple eglSwapBuffers calls to eventually see the new rotation. in TEST_P() 604 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 621 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 892 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 912 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 945 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 1010 eglSwapBuffers(mDispla in TEST_P() [all...] |
H A D | EGLSurfaceTest.cpp | 500 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 511 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 525 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 554 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 578 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 602 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 641 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 1379 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 1390 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P() 1429 eglSwapBuffers(mDispla in TEST_P() [all...] |
H A D | EGLProtectedContentTest.cpp | 439 eglSwapBuffers(mDisplay, windowSurface); in windowTest() 440 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest() 447 eglSwapBuffers(mDisplay, windowSurface); in windowTest() 448 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest() 455 eglSwapBuffers(mDisplay, windowSurface); in windowTest() 456 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest() 525 eglSwapBuffers(mDisplay, windowSurface); in textureTest() 526 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in textureTest() 611 eglSwapBuffers(mDisplay, windowSurface); in textureFromImageTest() 612 ASSERT_EGL_SUCCESS() << "eglSwapBuffers faile in textureFromImageTest() [all...] |
H A D | EGLBufferAgeTest.cpp | 144 eglSwapBuffers(mDisplay, surface); in TEST_P() 145 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P() 212 eglSwapBuffers(mDisplay, surface); in TEST_P() 213 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P() 330 eglSwapBuffers(mDisplay, surface); in TEST_P() 331 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P()
|
H A D | EGLSyncControlTest.cpp | 216 ASSERT_EGL_TRUE(eglSwapBuffers(mDisplay, mSurface)); in TEST_F() 237 ASSERT_EGL_TRUE(eglSwapBuffers(mDisplay, mSurface)); in TEST_F()
|
H A D | EGLDirectCompositionTest.cpp | 276 ASSERT_EGL_TRUE(eglSwapBuffers(mEglDisplay, s)); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BootAnimationTest.cpp | 117 eglSwapBuffers(mDisplay, mSurface); 245 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface); in TEST_P()
|
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 54 eglSwapBuffers.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 59 eglSwapBuffers.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 59 eglSwapBuffers.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 45 eglSwapBuffers.xhtml \
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 138 eglSwapBuffers(fDisplay, fSurfaceAndroid); in onSwapBuffers()
|
/third_party/skia/third_party/externals/angle2/samples/multi_window/ |
H A D | MultiWindow.cpp | 168 eglSwapBuffers(getDisplay(), surface);
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 160 if (!eglSwapBuffers(fDisplay, fEGLSurface)) { in onSwapBuffers() 161 SkDebugf("Could not complete eglSwapBuffers.\n"); in onSwapBuffers()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 191 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P() 356 // Using eglSwapBuffers stresses race conditions around use of QueueSerials. 400 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P() 453 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P() 725 // with the necessary glFlush()s and occasional eglSwapBuffers() to mimic a real multithreaded GLES
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 1302 TEGL_ADD_API_CASE(swap_buffers, "eglSwapBuffers() negative tests", in init() 1309 expectFalse(eglSwapBuffers(EGL_NO_DISPLAY, DE_NULL)); in init() 1312 expectFalse(eglSwapBuffers((EGLDisplay)-1, DE_NULL)); in init() 1319 expectFalse(eglSwapBuffers(display, DE_NULL)); in init() 1322 expectFalse(eglSwapBuffers(display, (EGLSurface)-1)); in init()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 258 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 219 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.hpp | 59 EGLBoolean (EGLAPIENTRY* eglSwapBuffers)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 249 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 280 EGLAPI EGLBoolean APIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 277 EGLAPI EGLBoolean APIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|