/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 | 114 eglSwapBuffers(dpy, surface); in main() 128 eglSwapBuffers(dpy, surface); in main() 143 eglSwapBuffers(dpy, surface); in main() 158 eglSwapBuffers(dpy, surface); in main() 175 eglSwapBuffers(dpy, surface); in main() 193 eglSwapBuffers(dpy, surface); in main() 207 eglSwapBuffers(dpy, surface); in main() 223 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 | 127 eglSwapBuffers(dpy, surface); in main() 135 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 | 261 eglSwapBuffers(eglDisplay, eglSurface); in render() 264 eglSwapBuffers(eglDisplay, eglSurface); in render() 273 eglSwapBuffers(eglDisplay, eglSurface); in render()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 159 eglSwapBuffers(dpy, surface); in main() 185 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 117 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 110 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 59 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 | 120 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 218 eglSwapBuffers(sEglDisplay, sEglSurface); in main()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 151 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() function
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
|
/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()
|
D | EGL14.java | 454 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method in EGLImpl
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 105 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) { in onSurfaceTextureAvailable()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 22 EGL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay, EGLSurface)
|