Home
last modified time | relevance | path

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

123

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp46 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
50 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
68 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
71 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
98 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
116 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
175 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F()
221 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F()
271 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F()
309 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface)); in TEST_F()
[all …]
DSurfaceTextureGLThreadToGL.h84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface); in swapBuffers()
DSurfaceTextureGLThreadToGL_test.cpp177 eglSwapBuffers(mEglDisplay, mEglSurface); in TEST_F()
/frameworks/native/opengl/tests/finish/
Dfinish.cpp114 eglSwapBuffers(dpy, surface); in main()
128 eglSwapBuffers(dpy, surface); in main()
143 eglSwapBuffers(dpy, surface); in main()
158 eglSwapBuffers(dpy, surface); in main()
175 eglSwapBuffers(dpy, surface); in main()
193 eglSwapBuffers(dpy, surface); in main()
207 eglSwapBuffers(dpy, surface); in main()
223 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp100 eglSwapBuffers(dpy, surface); in main()
112 eglSwapBuffers(dpy, surface); in main()
115 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp127 eglSwapBuffers(dpy, surface); in main()
137 eglSwapBuffers(dpy, surface); in main()
149 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp127 eglSwapBuffers(dpy, surface); in main()
135 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.cpp261 eglSwapBuffers(eglDisplay, eglSurface); in render()
264 eglSwapBuffers(eglDisplay, eglSurface); in render()
273 eglSwapBuffers(eglDisplay, eglSurface); in render()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp159 eglSwapBuffers(dpy, surface); in main()
185 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp117 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp110 eglSwapBuffers(dpy, surface); in main()
/frameworks/native/opengl/libs/
DlibEGL.map.txt59 eglSwapBuffers;
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp188 eglSwapBuffers(mEglDisplay, mEglSurface); in swapBuffers()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java120 boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); in eglSwapBuffers() method
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp218 eglSwapBuffers(sEglDisplay, sEglSurface); in main()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp151 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() function
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/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.java454 public static native boolean eglSwapBuffers( in eglSwapBuffers() method in EGL14
/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/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java105 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) { in onSurfaceTextureAvailable()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in22 EGL_ENTRY(EGLBoolean, eglSwapBuffers, EGLDisplay, EGLSurface)

123