Searched defs:swapBuffers (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java96 public void swapBuffers() { method in class:GLEnvironment
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp210 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:DisplayDevice
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1860 * swapBuffers();
1905 void swapBuffers() { function in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
1943 // Allow the producer to return from its swapBuffers call and continue
2009 swapBuffers();
2028 swapBuffers();
2050 ALOGV("+swapBuffers");
2051 swapBuffers();
2052 ALOGV("-swapBuffers");
2079 ALOGV("+swapBuffers");
2080 swapBuffers();
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp167 virtual EGLBoolean swapBuffers();
192 EGLBoolean egl_surface_t::swapBuffers() { function in class:android::egl_surface_t
225 virtual EGLBoolean swapBuffers();
492 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1867 d->swapBuffers();

Completed in 327 milliseconds