Searched refs:eglSwapBuffers (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp46 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
50 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
68 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
71 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
98 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
116 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
175 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
221 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
271 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
309 EXPECT_TRUE(eglSwapBuffers(mEglDispla
[all...]
H A DSurfaceTextureGLThreadToGL.h84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
H A DSurfaceTextureGLThreadToGL_test.cpp177 eglSwapBuffers(mEglDisplay, mEglSurface);
H A DGLTest.cpp114 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp114 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 Dswapinterval.cpp100 eglSwapBuffers(dpy, surface);
112 eglSwapBuffers(dpy, surface);
115 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp127 eglSwapBuffers(dpy, surface);
137 eglSwapBuffers(dpy, surface);
149 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp127 eglSwapBuffers(dpy, surface);
128 checkEglError("eglSwapBuffers");
135 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp257 // 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 Dlinetex.cpp110 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp159 eglSwapBuffers(dpy, surface);
185 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp188 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp151 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java120 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp218 eglSwapBuffers(sEglDisplay, sEglSurface);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp117 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper
329 begin("eglSwapBuffers");
333 boolean result = mEgl10.eglSwapBuffers(display, surface);
H A DEGL14.java452 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
454 public static native boolean eglSwapBuffers( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); method in class:EGLImpl
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java104 Log.d(LOG_TAG, "eglSwapBuffers");
105 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp112 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
113 return !CheckEGLError("eglSwapBuffers") && result;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java254 * @return the EGL error code from eglSwapBuffers.
257 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
/frameworks/native/opengl/include/EGL/
H A Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);

Completed in 3610 milliseconds

12