HomeSort by relevance Sort by last modified time
    Searched defs:PostSubBuffer (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_x11.cc 37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
226 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_win.cc 53 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
194 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface.cc 190 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) {
298 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
299 return surface_->PostSubBuffer(x, y, width, height);
gl_surface_egl.cc 518 bool NativeViewGLSurfaceEGL::PostSubBuffer(
gl_surface_glx.cc 590 bool NativeViewGLSurfaceGLX::PostSubBuffer(
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 260 bool PassThroughImageTransportSurface::PostSubBuffer(
263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
texture_image_transport_surface.cc 240 bool TextureImageTransportSurface::PostSubBuffer(
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 368 PostSubBuffer

Completed in 186 milliseconds