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

123

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp43 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));
257 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
294 EXPECT_TRUE(eglSwapBuffers(mEglDispla
[all...]
H A DSurfaceTextureGLThreadToGL.h84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
H A DSurfaceTextureGLThreadToGL_test.cpp169 eglSwapBuffers(mEglDisplay, mEglSurface);
H A DSRGB_test.cpp376 eglSwapBuffers(mEglDisplay, mEglSurface);
407 eglSwapBuffers(mEglDisplay, mEglSurface);
454 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.cpp125 eglSwapBuffers(dpy, surface);
135 eglSwapBuffers(dpy, surface);
147 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/libs/GLES_trace/src/
H A Dgltrace_egl.cpp79 glmessage.set_function(GLMessage::eglSwapBuffers);
H A Dgltrace_context.cpp244 if (func == GLMessage::eglSwapBuffers
/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.cpp108 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp158 eglSwapBuffers(dpy, surface);
184 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.cpp189 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp339 eglSwapBuffers(mDisplay, mSurface);
376 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
566 eglSwapBuffers(mDisplay, mSurface);
634 eglSwapBuffers(mDisplay, mSurface);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java119 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.java451 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
453 public static native boolean eglSwapBuffers( method in class:EGL14
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp265 eglSwapBuffers(mEglDisplay, surface);
/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/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.cpp109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE;
110 return !CheckEGLError("eglSwapBuffers") && result;

Completed in 3161 milliseconds

123