Searched refs:swapBuffers (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp30 swapBuffers();
51 swapBuffers();
75 ALOGV("+swapBuffers");
76 swapBuffers();
77 ALOGV("-swapBuffers");
106 ALOGV("+swapBuffers");
107 swapBuffers();
108 ALOGV("-swapBuffers");
138 ALOGV("+swapBuffers");
139 swapBuffers();
[all...]
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/av/cmds/screenrecord/
H A DEglWindow.h64 void swapBuffers() const;
H A DEglWindow.cpp188 void EglWindow::swapBuffers() const { function in class:EglWindow
H A DOverlay.cpp254 mEglWindow.swapBuffers();
402 window.swapBuffers();
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h73 // If this returns true it is mandatory that swapBuffers is called
77 bool swapBuffers(const Frame& frame, const SkRect& screenDirty);
H A DEglManager.cpp331 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { function in class:android::uirenderer::renderthread::EglManager
351 ALOGW("swapBuffers encountered EGL error %d on %p, halting rendering...",
H A DCanvasContext.cpp513 if (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.h63 bool swapBuffers(EGLSurface surface);
H A DRenderers.cpp181 result = mGLHelper->swapBuffers(surface);
H A DGLHelper.cpp179 bool GLHelper::swapBuffers(EGLSurface surface) { function in class:android::GLHelper
H A DMain.cpp545 result = mGLHelper->swapBuffers(surface);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceTargetFilter.java176 mGlEnv.swapBuffers();
H A DSurfaceRenderFilter.java184 glEnv.swapBuffers();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java156 mRenderTarget.swapBuffers();
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/services/surfaceflinger/
H A DDisplayDevice.h153 void swapBuffers(HWComposer& hwc) const;
H A DDisplayDevice.cpp295 void DisplayDevice::swapBuffers(HWComposer& hwc) const { function in class:DisplayDevice
/frameworks/rs/
H A DrsContext.h138 void swapBuffers();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java410 glEnv.swapBuffers();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java246 glEnv.swapBuffers();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java528 private boolean swapBuffers(EGLSurface surface) method in class:SurfaceTextureRenderer
535 throw new IllegalStateException("swapBuffers: EGL error: 0x" +
751 swapBuffers(holder.eglSurface);
/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();
498 EGLBoolean egl_window_surface_v2_t::swapBuffers() function in class:android::egl_window_surface_v2_t
1901 d->swapBuffers();

Completed in 534 milliseconds

12