HomeSort by relevance Sort by last modified time
    Searched refs:swapBuffers (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL_test.cpp 30 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...]
SurfaceTextureGLThreadToGL.h 38 * swapBuffers();
83 void swapBuffers() {
121 // Allow the producer to return from its swapBuffers call and continue
  /frameworks/av/cmds/screenrecord/
EglWindow.h 64 void swapBuffers() const;
EglWindow.cpp 188 void EglWindow::swapBuffers() const {
  /cts/tests/vr/src/android/vr/cts/
VrExtensionBehaviorTest.java 142 swapBuffers();
149 swapBuffers();
180 private void swapBuffers() {
  /frameworks/native/cmds/flatland/
GLHelper.h 63 bool swapBuffers(EGLSurface surface);
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 146 // swapBuffers() will ultimately trigger onTextureFrameAvailable().
147 eglOesBase.swapBuffers();
211 // swapBuffers() will ultimately trigger onTextureFrameAvailable().
212 eglOesBase.swapBuffers();
262 // swapBuffers() will ultimately trigger onTextureFrameAvailable().
263 eglBase.swapBuffers();
272 eglBase.swapBuffers();
273 // swapBuffers() should not trigger onTextureFrameAvailable() because we are disconnected.
315 // swapBuffers() will ultimately trigger onTextureFrameAvailable().
316 eglOesBase.swapBuffers();
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 55 eglSwapBuffersFunc swapBuffers;
eglwInitCore.inl 43 dst->swapBuffers = (eglSwapBuffersFunc) loader->get("eglSwapBuffers");
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 195 void swapBuffers (void) const;
tcuWGLContextFactory.cpp 150 m_context->swapBuffers();
tcuWin32GLES3Platform.cpp 139 m_platformCtx.context->swapBuffers();
  /external/skia/include/gpu/gl/
SkGLContext.h 55 void swapBuffers();
66 * Otherwise it will call the platform SwapBuffers method. This may or may
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 134 public abstract void swapBuffers();
EglBase14.java 199 public void swapBuffers() {
207 public void swapBuffers(long timeStampNs) {
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 73 // If this returns true it is mandatory that swapBuffers is called
77 bool swapBuffers(const Frame& frame, const SkRect& screenDirty);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 96 public void swapBuffers() {
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 162 output.swapBuffers();
174 output.swapBuffers();
374 mOutput.swapBuffers();
InputSurface.java 179 public boolean swapBuffers() {
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 343 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
361 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
382 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
402 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
teglResizeTests.cpp 361 egl.swapBuffers(m_display, **m_surface);
404 egl.swapBuffers(m_display, **m_surface);
406 egl.swapBuffers(m_display, **m_surface);
502 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface));
  /external/skia/src/gpu/gl/
SkGLContext.cpp 80 void SkGLContext::swapBuffers() {
86 // Fallback on the platform SwapBuffers method for synchronization. This may have no effect.
87 this->swapBuffers();
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 410 public boolean swapBuffers(EGLSurface eglSurface) {
558 public boolean swapBuffers() {
559 boolean result = mEglCore.swapBuffers(mEGLSurface);
561 Log.d(TAG, "WARNING: swapBuffers() failed");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java 176 mGlEnv.swapBuffers();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 156 mRenderTarget.swapBuffers();

Completed in 962 milliseconds

1 2 3 4