/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 | 99 eglSwapBuffers(dpy, surface); in main() 111 eglSwapBuffers(dpy, surface); in main() 114 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 124 eglSwapBuffers(dpy, surface); in main() 134 eglSwapBuffers(dpy, surface); in main() 146 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 126 eglSwapBuffers(dpy, surface); in main() 134 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 | 260 eglSwapBuffers(eglDisplay, eglSurface); in render() 263 eglSwapBuffers(eglDisplay, eglSurface); in render() 272 eglSwapBuffers(eglDisplay, eglSurface); in render()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 156 eglSwapBuffers(dpy, surface); in main() 182 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTexture_test.cpp | 140 eglSwapBuffers(mEglDisplay, mEglSurface); in TearDown() 1523 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1527 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1545 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1548 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1572 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1590 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1648 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 1693 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F() 1737 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F() [all …]
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_egl.cpp | 79 glmessage.set_function(GLMessage::eglSwapBuffers); in GLTrace_eglSwapBuffers()
|
D | gltrace_context.cpp | 211 if (func == GLMessage::eglSwapBuffers in traceGLMessage()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 328 eglSwapBuffers(mDisplay, mSurface); in android() 365 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface); in android() 479 eglSwapBuffers(mDisplay, mSurface); in movie() 538 eglSwapBuffers(mDisplay, mSurface); in movie()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 109 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 116 eglSwapBuffers(dpy, surface); in main()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 217 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/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/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 | 434 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 22 EGL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay, EGLSurface)
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 314 eglSwapBuffers(dpy, surface); in main()
|