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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp187 void EglWindow::swapBuffers() const { function in class:EglWindow
/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/pipeline/skia/
H A DSkiaVulkanPipeline.cpp100 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
110 mVkManager.swapBuffers(mVkSurface);
H A DSkiaOpenGLPipeline.cpp108 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
119 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp414 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { function in class:android::uirenderer::renderthread::EglManager
434 ALOGW("swapBuffers encountered EGL error %d on %p, halting rendering...",
H A DVulkanManager.cpp597 void VulkanManager::swapBuffers(VulkanSurface* surface) { function in class:android::uirenderer::renderthread::VulkanManager
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)))) {
/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
536 throw new IllegalStateException("swapBuffers: EGL error: 0x" +
774 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.cpp316 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:DisplayDevice
/frameworks/native/opengl/libagl/
H A Degl.cpp188 virtual EGLBoolean swapBuffers();
213 EGLBoolean egl_surface_t::swapBuffers() { function in class:android::egl_surface_t
246 virtual EGLBoolean swapBuffers();
507 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1932 d->swapBuffers();

Completed in 1342 milliseconds