HomeSort by relevance Sort by last modified time
    Searched full:swapbuffers (Results 126 - 150 of 396) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ui/gl/
gl_surface.h 52 virtual bool SwapBuffers() = 0;
145 virtual bool SwapBuffers() OVERRIDE;
gl_surface_x11.cc 36 virtual bool SwapBuffers() OVERRIDE;
185 bool NativeViewGLSurfaceOSMesa::SwapBuffers() {
gl_surface_egl.cc 400 bool NativeViewGLSurfaceEGL::SwapBuffers() {
559 bool PbufferGLSurfaceEGL::SwapBuffers() {
560 NOTREACHED() << "Attempted to call SwapBuffers on a PbufferGLSurfaceEGL.";
641 bool SurfacelessEGL::SwapBuffers() {
642 LOG(ERROR) << "Attempted to call SwapBuffers with SurfacelessEGL.";
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 193 virtual void SwapBuffers(void) {
195 SDL_GLView->SwapBuffers();
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 98 bool SwapBuffers();
123 // before swapBuffers to associate the timestamp with the frame
124 // resulting from swapBuffers.
  /external/chromium_org/cc/debug/
frame_rate_counter.cc 122 // the first few swapbuffers happen instantly which skews the statistics
  /external/chromium_org/cc/surfaces/
display.cc 152 renderer_->SwapBuffers(metadata);
  /external/chromium_org/cc/trees/
proxy.h 85 // Forces 3D commands on all contexts to wait for all previous SwapBuffers
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 61 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
  /external/chromium_org/content/browser/compositor/
reflector_impl.h 58 // Called in |BrowserCompositorOutputSurface::SwapBuffers| to copy
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
gles2_spinning_cube.cc 128 context_->SwapBuffers(callback_factory_.NewCallback(&DemoInstance::Paint));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ScriptProcessorNode.h 79 void swapBuffers() { m_doubleBufferIndex = 1 - m_doubleBufferIndex; }
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglfallbacks.c 82 drv->API.SwapBuffers = (SwapBuffers_t) _eglReturnFalse;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_API.xml 55 <function name="SwapBuffers">
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_flush.c 148 /* Windows opengl32.dll calls glFinish prior to every swapbuffers.
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 169 void SkNativeGLContext::swapBuffers() const {
  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface.cc 84 void GbmSurface::SwapBuffers() {
  /external/mesa3d/src/egl/main/
eglfallbacks.c 82 drv->API.SwapBuffers = (SwapBuffers_t) _eglReturnFalse;
  /external/mesa3d/src/mapi/glapi/gen/
glX_API.xml 55 <function name="SwapBuffers">
  /external/mesa3d/src/mesa/state_tracker/
st_cb_flush.c 148 /* Windows opengl32.dll calls glFinish prior to every swapbuffers.
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 169 void SkNativeGLContext::swapBuffers() const {
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 188 void EglWindow::swapBuffers() const {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 96 public void swapBuffers() {
  /frameworks/native/cmds/flatland/
Renderers.cpp 181 result = mGLHelper->swapBuffers(surface);
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.cc 62 // IOSurface in use by an earlier SwapBuffers. If a Swap is pending, abort
123 bool ImageTransportSurfaceFBO::SwapBuffers() {

Completed in 958 milliseconds

1 2 3 4 56 7 8 91011>>