Searched refs:eglSwapBuffers (Results 1 - 25 of 51) 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));
262 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
299 EXPECT_TRUE(eglSwapBuffers(mEglDispla
[all...]
H A DSurfaceTextureGLThreadToGL.h84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
H A DSurfaceTextureGLThreadToGL_test.cpp169 eglSwapBuffers(mEglDisplay, mEglSurface);
H A DSRGB_test.cpp384 eglSwapBuffers(mEglDisplay, mEglSurface);
417 eglSwapBuffers(mEglDisplay, mEglSurface);
465 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/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.cpp110 eglSwapBuffers(dpy, surface);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp284 eglSwapBuffers(mEglDisplay, surface);
287 eglSwapBuffers(mEglDisplay, 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.cpp189 eglSwapBuffers(mEglDisplay, mEglSurface);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp340 eglSwapBuffers(mDisplay, mSurface);
377 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
567 eglSwapBuffers(mDisplay, mSurface);
637 eglSwapBuffers(mDisplay, mSurface);
/frameworks/base/libs/hwui/tests/
H A Dnullegl.cpp147 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { function
/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/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);

Completed in 1276 milliseconds

123