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

12

/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp113 eglSwapBuffers(dpy, surface);
127 eglSwapBuffers(dpy, surface);
142 eglSwapBuffers(dpy, surface);
157 eglSwapBuffers(dpy, surface);
174 eglSwapBuffers(dpy, surface);
192 eglSwapBuffers(dpy, surface);
206 eglSwapBuffers(dpy, surface);
222 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp99 eglSwapBuffers(dpy, surface);
111 eglSwapBuffers(dpy, surface);
114 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp124 eglSwapBuffers(dpy, surface);
134 eglSwapBuffers(dpy, surface);
146 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/tests/gl_perf/
H A Dgl2_perf.cpp126 eglSwapBuffers(dpy, surface);
127 checkEglError("eglSwapBuffers");
134 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp256 // make sure to do a couple eglSwapBuffers to make sure there are
260 eglSwapBuffers(eglDisplay, eglSurface);
263 eglSwapBuffers(eglDisplay, eglSurface);
272 eglSwapBuffers(eglDisplay, eglSurface);
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp109 eglSwapBuffers(dpy, surface);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp156 eglSwapBuffers(dpy, surface);
182 eglSwapBuffers(dpy, surface);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp317 eglSwapBuffers(mDisplay, mSurface);
354 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
453 eglSwapBuffers(mDisplay, mSurface);
507 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/base/opengl/tests/angeles/
H A Dapp-linux.cpp217 eglSwapBuffers(sEglDisplay, sEglSurface);
/frameworks/base/opengl/tests/textures/
H A Dtextures.cpp116 eglSwapBuffers(dpy, surface);
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp132 eglSwapBuffers(mEglDisplay, mEglSurface);
1131 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1149 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1206 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1254 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
1300 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
1373 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
1616 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper
333 boolean result = mEgl10.eglSwapBuffers(display, 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/base/opengl/tests/angeles/include/GLES/
H A Degl.h222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/frameworks/base/opengl/include/EGL/
H A Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp351 eglSwapBuffers(dpy, surface);
352 checkEglError("eglSwapBuffers");
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp363 eglSwapBuffers(eglDisplay, eglSurface);
/frameworks/base/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp314 eglSwapBuffers(dpy, surface);
315 checkEglError("eglSwapBuffers");
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp382 eglSwapBuffers(dpy, surface);
384 checkEGLErrors("eglSwapBuffers");
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp462 eglSwapBuffers(dpy, surface);
463 checkEglError("eglSwapBuffers");
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp422 eglSwapBuffers(dpy, surface);
423 checkEglError("eglSwapBuffers");
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java236 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp378 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp145 eglSwapBuffers(mEglDisplay, mEglSurface);
461 eglSwapBuffers(mEglDisplay, mEglSurface);

Completed in 477 milliseconds

12