HomeSort by relevance Sort by last modified time
    Searched refs:swapBuffers (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 139 m_platformCtx.context->swapBuffers();
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 289 void SkNativeGLContext::swapBuffers() const {
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 188 void EglWindow::swapBuffers() const {
Overlay.cpp 254 mEglWindow.swapBuffers();
402 window.swapBuffers();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java 176 mGlEnv.swapBuffers();
SurfaceRenderFilter.java 184 glEnv.swapBuffers();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 156 mRenderTarget.swapBuffers();
  /frameworks/native/cmds/flatland/
Renderers.cpp 181 result = mGLHelper->swapBuffers(surface);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 134 void swapBuffers(HWComposer& hwc) const;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ScriptProcessorNode.cpp 233 swapBuffers();
  /external/chromium_org/third_party/angle/tests/angle_tests/
MaxTextureSizeTest.cpp 270 swapBuffers();
  /external/deqp/framework/egl/
tcuEgl.cpp 180 void WindowSurface::swapBuffers (void)
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 263 bool EglManager::swapBuffers(EGLSurface surface) {
274 ALOGW("swapBuffers encountered EGL_BAD_SURFACE on %p, halting rendering...", surface);
  /frameworks/rs/
rsContext.h 132 void swapBuffers();
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsContext.h 132 void swapBuffers();
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsContext.h 132 void swapBuffers();
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsContext.h 132 void swapBuffers();
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 216 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 172 int Renderer::swapBuffers(RenderingThread *thread,
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 179 virtual EGLBoolean swapBuffers() = 0;
237 virtual EGLBoolean swapBuffers();
313 EGLBoolean egl_window_surface_t::swapBuffers()
341 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 567 (*psc->core->swapBuffers) (pdp->driDrawable);
700 psp->swapBuffers = driswSwapBuffers;
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 135 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); }
664 m_glxDrawable->swapBuffers();
  /external/mesa3d/src/glx/
drisw_glx.c 567 (*psc->core->swapBuffers) (pdp->driDrawable);
700 psp->swapBuffers = driswSwapBuffers;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 521 private boolean swapBuffers(EGLSurface surface) {
523 checkEglError("swapBuffers");
729 swapBuffers(holder.eglSurface);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 410 glEnv.swapBuffers();

Completed in 955 milliseconds

1 23 4 5 6