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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp187 void EglWindow::swapBuffers() const { function in class:EglWindow
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DSurface.cpp54 void Surface::swapBuffers() const { function in class:android::RE::impl::Surface
/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/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java184 public boolean swapBuffers() { method in class:EglWindowSurface
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp97 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
106 mVkManager.swapBuffers(mVkSurface);
H A DSkiaOpenGLPipeline.cpp108 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
118 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp434 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { function in class:android::uirenderer::renderthread::EglManager
452 ALOGW("swapBuffers encountered EGL error %d on %p, halting rendering...", err,
H A DVulkanManager.cpp601 void VulkanManager::swapBuffers(VulkanSurface* surface) { function in class:android::uirenderer::renderthread::VulkanManager
H A DOpenGLPipeline.cpp99 bool OpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, function in class:android::uirenderer::renderthread::OpenGLPipeline
109 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
/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.cpp178 bool GLHelper::swapBuffers(EGLSurface surface) { function in class:android::GLHelper
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java529 private boolean swapBuffers(EGLSurface surface) method in class:SurfaceTextureRenderer
556 "swapBuffers: EGL error: 0x" + Integer.toHexString(error));
792 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.cpp367 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:android::DisplayDevice
369 mSurface->swapBuffers();
/frameworks/native/opengl/libagl/
H A Degl.cpp190 virtual EGLBoolean swapBuffers();
215 EGLBoolean egl_surface_t::swapBuffers() { function in class:android::egl_surface_t
248 virtual EGLBoolean swapBuffers();
509 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1933 d->swapBuffers();

Completed in 194 milliseconds