Searched defs:swapBuffers (Results 1 - 14 of 14) sorted by path

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp187 void EglWindow::swapBuffers() const { function in class:EglWindow
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java529 private boolean swapBuffers(EGLSurface surface) method in class:SurfaceTextureRenderer
536 throw new IllegalStateException("swapBuffers: EGL error: 0x" +
774 swapBuffers(holder.eglSurface);
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp107 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
118 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
H A DSkiaVulkanPipeline.cpp99 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
109 mVkManager.swapBuffers(mVkSurface);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp332 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { function in class:android::uirenderer::renderthread::EglManager
352 ALOGW("swapBuffers encountered EGL error %d on %p, halting rendering...",
H A DOpenGLPipeline.cpp102 bool OpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, function in class:android::uirenderer::renderthread::OpenGLPipeline
113 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
H A DVulkanManager.cpp605 void VulkanManager::swapBuffers(VulkanSurface* surface) { function in class:android::uirenderer::renderthread::VulkanManager
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java96 public void swapBuffers() { method in class:GLEnvironment
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java390 clientTarget.swapBuffers();
552 private synchronized void swapBuffers() { method in class:CameraStreamer.CamFrameHandlerGB
562 swapBuffers();
H A DRenderTarget.java233 public void swapBuffers() { method in class:RenderTarget
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp178 bool GLHelper::swapBuffers(EGLSurface surface) { function in class:android::GLHelper
/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/native/opengl/libagl/
H A Degl.cpp170 virtual EGLBoolean swapBuffers();
195 EGLBoolean egl_surface_t::swapBuffers() { function in class:android::egl_surface_t
228 virtual EGLBoolean swapBuffers();
489 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1914 d->swapBuffers();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp314 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:DisplayDevice

Completed in 3158 milliseconds