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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp188 void EglWindow::swapBuffers() const { function in class:EglWindow
/frameworks/base/libs/hwui/
H A DDrawProfiler.h56 float swapBuffers; member in struct:android::uirenderer::DrawProfiler::__anon966
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL.h38 * swapBuffers();
83 void swapBuffers() { function in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
121 // Allow the producer to return from its swapBuffers call and continue
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp263 bool EglManager::swapBuffers(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
274 ALOGW("swapBuffers encountered EGL_BAD_SURFACE on %p, halting rendering...", surface);
H A DCanvasContext.cpp97 void CanvasContext::swapBuffers() { function in class:android::uirenderer::renderthread::CanvasContext
98 if (CC_UNLIKELY(!mEglManager.swapBuffers(mEglSurface))) {
245 swapBuffers();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java96 public void swapBuffers() { method in class:GLEnvironment
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp179 bool GLHelper::swapBuffers(EGLSurface surface) { function in class:android::GLHelper
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java521 private boolean swapBuffers(EGLSurface surface) { method in class:SurfaceTextureRenderer
523 checkEglError("swapBuffers");
729 swapBuffers(holder.eglSurface);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java233 public void swapBuffers() { method in class:RenderTarget
H A DCameraStreamer.java390 clientTarget.swapBuffers();
552 private synchronized void swapBuffers() { method in class:CameraStreamer.CamFrameHandlerGB
562 swapBuffers();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp231 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:DisplayDevice
/frameworks/native/opengl/libagl/
H A Degl.cpp168 virtual EGLBoolean swapBuffers();
193 EGLBoolean egl_surface_t::swapBuffers() { function in class:android::egl_surface_t
226 virtual EGLBoolean swapBuffers();
492 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1873 d->swapBuffers();

Completed in 4561 milliseconds