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

12

/frameworks/native/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/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp99 eglSwapBuffers(dpy, surface);
111 eglSwapBuffers(dpy, surface);
114 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp124 eglSwapBuffers(dpy, surface);
134 eglSwapBuffers(dpy, surface);
146 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp126 eglSwapBuffers(dpy, surface);
127 checkEglError("eglSwapBuffers");
134 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp79 glmessage.set_function(GLMessage::eglSwapBuffers);
H A Dgltrace_context.cpp211 if (func == GLMessage::eglSwapBuffers
/frameworks/native/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/native/opengl/tests/linetex/
H A Dlinetex.cpp109 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp156 eglSwapBuffers(dpy, surface);
182 eglSwapBuffers(dpy, surface);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp137 eglSwapBuffers(mEglDisplay, mEglSurface);
1436 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1440 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1458 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1461 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1485 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1503 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1561 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1606 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
1654 EXPECT_TRUE(eglSwapBuffers(mEglDispla
[all...]
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp213 // no HWC, we call eglSwapBuffers()
214 success = eglSwapBuffers(mDisplay, mSurface);
220 // always call eglSwapBuffers() for virtual displays
221 success = eglSwapBuffers(mDisplay, mSurface);
223 // as of hwc 1.1 we always call eglSwapBuffers if we have some
226 success = eglSwapBuffers(mDisplay, mSurface);
230 // eglSwapBuffers(), since this is handled by HWComposer::commit().
238 LOG_ALWAYS_FATAL("eglSwapBuffers(%p, %p) failed with 0x%08x",
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp328 eglSwapBuffers(mDisplay, mSurface);
365 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
479 eglSwapBuffers(mDisplay, mSurface);
538 eglSwapBuffers(mDisplay, mSurface);
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp217 eglSwapBuffers(sEglDisplay, sEglSurface);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp116 eglSwapBuffers(dpy, surface);
/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/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);
H A DEGL14.java433 // C function EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
435 public static native boolean eglSwapBuffers( method in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/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/libs/GLES_trace/
H A Dgltrace.proto485 eglSwapBuffers = 2020;
/frameworks/native/opengl/include/EGL/
H A Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp351 eglSwapBuffers(dpy, surface);
352 checkEglError("eglSwapBuffers");
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp363 eglSwapBuffers(eglDisplay, eglSurface);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp314 eglSwapBuffers(dpy, surface);
315 checkEglError("eglSwapBuffers");

Completed in 215 milliseconds

12