Home
last modified time | relevance | path

Searched defs:swapBuffers (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase14Impl.java196 public void swapBuffers() { in swapBuffers() method in EglBase14Impl
207 public void swapBuffers(long timeStampNs) { in swapBuffers() method in EglBase14Impl
H A DEglBase10Impl.java296 public void swapBuffers() { in swapBuffers() method in EglBase10Impl
307 public void swapBuffers(long timeStampNs) { in swapBuffers() method in EglBase10Impl
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DEglBase.java252 void swapBuffers(); in swapBuffers() method
254 void swapBuffers(long presentationTimeStampNs); in swapBuffers() method
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DFramebufferTest.java407 public boolean swapBuffers(EGLSurface eglSurface) { in swapBuffers() method in FramebufferTest.EglCore
555 public boolean swapBuffers() { in swapBuffers() method in FramebufferTest.EglSurfaceBase
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DInputSurfaceInterface.java28 boolean swapBuffers(); in swapBuffers() method
H A DInputSurface.java210 public boolean swapBuffers() { in swapBuffers() method in InputSurface
H A DNdkInputSurface.java82 public boolean swapBuffers() { in swapBuffers() method in NdkInputSurface
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/
H A DEglDisplayContext.cc121 void EglDisplayContext::swapBuffers() const { in swapBuffers() function in android::companion::virtualcamera::EglDisplayContext
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaCpuPipeline.h52 bool swapBuffers(const renderthread::Frame& frame, IRenderPipeline::DrawResult& drawResult, in swapBuffers() function
H A DSkiaVulkanPipeline.cpp130 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, IRenderPipeline::DrawResult& drawResult, in swapBuffers() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
H A DSkiaOpenGLPipeline.cpp194 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, IRenderPipeline::DrawResult& drawResult, in swapBuffers() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
/aosp_15_r20/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp187 void EglWindow::swapBuffers() const { in swapBuffers() function in EglWindow
/aosp_15_r20/external/skia/tools/window/
H A DWindowContext.cpp23 void WindowContext::swapBuffers() { in swapBuffers() function in skwindow::WindowContext
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL.h83 void swapBuffers() { in swapBuffers() function
/aosp_15_r20/cts/tests/vr/src/android/vr/cts/
H A DVrExtensionBehaviorTest.java233 private void swapBuffers() { in swapBuffers() method in VrExtensionBehaviorTest
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/
H A DInputSurface.java169 public boolean swapBuffers() { in swapBuffers() method in InputSurface
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DFunctionsWGL.h43 PFNSWAPBUFFERSPROC swapBuffers; variable
/aosp_15_r20/external/mesa3d/include/
H A Dkopper_interface.h71 int64_t (*swapBuffers)(__DRIdrawable *draw, uint32_t flush_flags); member
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DFrameMetricsListenerTest.java208 long swapBuffers = frameMetrics.getMetric(FrameMetrics.SWAP_BUFFERS_DURATION); in callGetMetric() local
/aosp_15_r20/frameworks/base/libs/hwui/platform/host/pipeline/skia/
H A DSkiaGpuPipeline.h58 bool swapBuffers(const renderthread::Frame& frame, IRenderPipeline::DrawResult& drawResult, in swapBuffers() function
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DInputSurface.java237 public boolean swapBuffers() { in swapBuffers() method in InputSurface
/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl55 eglSwapBuffersFunc swapBuffers; variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java100 public void swapBuffers() { in swapBuffers() method in GLEnvironment
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReadAheadInputStream.java509 private void swapBuffers() { in swapBuffers() method in ReadAheadInputStream
/aosp_15_r20/frameworks/native/cmds/flatland/
H A DGLHelper.cpp181 bool GLHelper::swapBuffers(EGLSurface surface) { in swapBuffers() function in android::GLHelper

12345