Home
last modified time | relevance | path

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

123

/frameworks/native/opengl/tests/finish/
Dfinish.cpp113 eglSwapBuffers(dpy, surface); in main()
127 eglSwapBuffers(dpy, surface); in main()
142 eglSwapBuffers(dpy, surface); in main()
157 eglSwapBuffers(dpy, surface); in main()
174 eglSwapBuffers(dpy, surface); in main()
192 eglSwapBuffers(dpy, surface); in main()
206 eglSwapBuffers(dpy, surface); in main()
222 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp99 eglSwapBuffers(dpy, surface); in main()
111 eglSwapBuffers(dpy, surface); in main()
114 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp124 eglSwapBuffers(dpy, surface); in main()
134 eglSwapBuffers(dpy, surface); in main()
146 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp126 eglSwapBuffers(dpy, surface); in main()
134 eglSwapBuffers(dpy, surface); in ptSwap()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt116 3. Should the presentation time be state which is used by eglSwapBuffers,
117 or should it be a new parameter to an extended variant of eglSwapBuffers?
120 the existing eglSwapBuffers call. Adding new state composes better with
122 eglSwapBuffers.
DEGL_ANDROID_recordable.txt39 rendered image as a video each time eglSwapBuffers gets called, may have
120 eglSwapBuffers call before queuing the rendered image to the ANativeWindow.
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp260 eglSwapBuffers(eglDisplay, eglSurface); in render()
263 eglSwapBuffers(eglDisplay, eglSurface); in render()
272 eglSwapBuffers(eglDisplay, eglSurface); in render()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp156 eglSwapBuffers(dpy, surface); in main()
182 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/libs/gui/tests/
DSurfaceTexture_test.cpp140 eglSwapBuffers(mEglDisplay, mEglSurface); in TearDown()
1523 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1527 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1545 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1548 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1572 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1590 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1648 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
1693 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F()
1737 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F()
[all …]
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_egl.cpp79 glmessage.set_function(GLMessage::eglSwapBuffers); in GLTrace_eglSwapBuffers()
Dgltrace_context.cpp211 if (func == GLMessage::eglSwapBuffers in traceGLMessage()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp328 eglSwapBuffers(mDisplay, mSurface); in android()
365 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface); in android()
479 eglSwapBuffers(mDisplay, mSurface); in movie()
538 eglSwapBuffers(mDisplay, mSurface); in movie()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp109 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp116 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java119 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp217 eglSwapBuffers(sEglDisplay, sEglSurface); in main()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java44 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java328 public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() method in EGLLogWrapper
333 boolean result = mEgl10.eglSwapBuffers(display, surface); in eglSwapBuffers()
DEGL14.java434 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in22 EGL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay, EGLSurface)
/frameworks/native/opengl/include/EGL/
Degl.h312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp314 eglSwapBuffers(dpy, surface); in main()

123