/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureGLToGL_test.cpp | 43 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 47 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 65 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 68 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 92 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 110 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 168 eglSwapBuffers(mEglDisplay, mProducerEglSurface); 213 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); 262 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); 299 EXPECT_TRUE(eglSwapBuffers(mEglDispla [all...] |
H A D | SurfaceTextureGLThreadToGL.h | 84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
|
H A D | SurfaceTextureGLThreadToGL_test.cpp | 169 eglSwapBuffers(mEglDisplay, mEglSurface);
|
H A D | SRGB_test.cpp | 384 eglSwapBuffers(mEglDisplay, mEglSurface); 417 eglSwapBuffers(mEglDisplay, mEglSurface); 465 eglSwapBuffers(mEglDisplay, mEglSurface);
|
/frameworks/native/opengl/tests/finish/ |
H A D | finish.cpp | 114 eglSwapBuffers(dpy, surface); 128 eglSwapBuffers(dpy, surface); 143 eglSwapBuffers(dpy, surface); 158 eglSwapBuffers(dpy, surface); 175 eglSwapBuffers(dpy, surface); 193 eglSwapBuffers(dpy, surface); 207 eglSwapBuffers(dpy, surface); 223 eglSwapBuffers(dpy, surface);
|
/frameworks/native/opengl/tests/swapinterval/ |
H A D | swapinterval.cpp | 100 eglSwapBuffers(dpy, surface); 112 eglSwapBuffers(dpy, surface); 115 eglSwapBuffers(dpy, surface);
|
/frameworks/native/opengl/tests/fillrate/ |
H A D | fillrate.cpp | 127 eglSwapBuffers(dpy, surface); 137 eglSwapBuffers(dpy, surface); 149 eglSwapBuffers(dpy, surface);
|
/frameworks/native/opengl/tests/gl_perf/ |
H A D | gl2_perf.cpp | 127 eglSwapBuffers(dpy, surface); 128 checkEglError("eglSwapBuffers"); 135 eglSwapBuffers(dpy, surface);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
H A D | gltrace_egl.cpp | 79 glmessage.set_function(GLMessage::eglSwapBuffers);
|
H A D | gltrace_context.cpp | 244 if (func == GLMessage::eglSwapBuffers
|
/frameworks/native/opengl/tests/tritex/ |
H A D | tritex.cpp | 257 // make sure to do a couple eglSwapBuffers to make sure there are 261 eglSwapBuffers(eglDisplay, eglSurface); 264 eglSwapBuffers(eglDisplay, eglSurface); 273 eglSwapBuffers(eglDisplay, eglSurface);
|
/frameworks/native/opengl/tests/linetex/ |
H A D | linetex.cpp | 110 eglSwapBuffers(dpy, surface);
|
/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 284 eglSwapBuffers(mEglDisplay, surface); 287 eglSwapBuffers(mEglDisplay, surface);
|
/frameworks/native/opengl/tests/filter/ |
H A D | filter.cpp | 159 eglSwapBuffers(dpy, surface); 185 eglSwapBuffers(dpy, surface);
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGL14.spec | 32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
|
/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 189 eglSwapBuffers(mEglDisplay, mEglSurface);
|
/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 340 eglSwapBuffers(mDisplay, mSurface); 377 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface); 567 eglSwapBuffers(mDisplay, mSurface); 637 eglSwapBuffers(mDisplay, mSurface);
|
/frameworks/base/libs/hwui/tests/ |
H A D | nullegl.cpp | 147 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { function
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in interface:EGL10
|
/frameworks/native/opengl/tests/angeles/ |
H A D | app-linux.cpp | 218 eglSwapBuffers(sEglDisplay, sEglSurface);
|
/frameworks/native/opengl/tests/textures/ |
H A D | textures.cpp | 117 eglSwapBuffers(dpy, surface);
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper 329 begin("eglSwapBuffers"); 333 boolean result = mEgl10.eglSwapBuffers(display, surface);
|
H A D | EGL14.java | 451 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface ) 453 public static native boolean eglSwapBuffers( method in class:EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in class:EGLImpl
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egl.h | 222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
|