/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 46 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 50 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 68 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 71 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 98 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 116 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 175 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 221 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F() 271 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F() 309 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F() [all …]
|
D | SurfaceTextureGLThreadToGL.h | 84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface); in swapBuffers()
|
D | SurfaceTextureGLThreadToGL_test.cpp | 177 eglSwapBuffers(mEglDisplay, mEglSurface); in TEST_F()
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 113 eglSwapBuffers(dpy, surface); in main() 127 eglSwapBuffers(dpy, surface); in main() 142 eglSwapBuffers(dpy, surface); in main() 157 eglSwapBuffers(dpy, surface); in main() 174 eglSwapBuffers(dpy, surface); in main() 192 eglSwapBuffers(dpy, surface); in main() 206 eglSwapBuffers(dpy, surface); in main() 222 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 100 eglSwapBuffers(dpy, surface); in main() 112 eglSwapBuffers(dpy, surface); in main() 115 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 127 eglSwapBuffers(dpy, surface); in main() 137 eglSwapBuffers(dpy, surface); in main() 149 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 119 eglSwapBuffers(dpy, surface); in main() 127 eglSwapBuffers(dpy, surface); in ptSwap()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 116 3. Should the presentation time be state which is used by eglSwapBuffers, 117 or should it be a new parameter to an extended variant of eglSwapBuffers? 120 the existing eglSwapBuffers call. Adding new state composes better with 122 eglSwapBuffers.
|
D | EGL_ANDROID_recordable.txt | 39 rendered image as a video each time eglSwapBuffers gets called, may have 120 eglSwapBuffers call before queuing the rendered image to the ANativeWindow.
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 257 eglSwapBuffers(eglDisplay, eglSurface); in render() 260 eglSwapBuffers(eglDisplay, eglSurface); in render() 269 eglSwapBuffers(eglDisplay, eglSurface); in render()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 161 eglSwapBuffers(dpy, surface); in main() 187 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 46 import static android.opengl.EGL14.eglSwapBuffers; 263 boolean status = eglSwapBuffers(mEglDisplay, mEglSurface); in swapBuffer()
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapBuffers); 236 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapBuffers); in init_stub_library()
|
D | stubs_arm64.cc | 122 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapBuffers); 236 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapBuffers); in init_stub_library()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 110 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 111 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 68 eglSwapBuffers;
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 188 eglSwapBuffers(mEglDisplay, mEglSurface); in swapBuffers()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 121 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 214 eglSwapBuffers(sEglDisplay, sEglSurface); in main()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 144 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() method in EGLLogWrapper 333 boolean result = mEgl10.eglSwapBuffers(display, surface); in eglSwapBuffers()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 105 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) { in onSurfaceTextureAvailable()
|