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

  /external/chromium_org/ui/gl/
gl_surface_win.cc 45 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
186 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_x11.cc 38 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
227 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface.cc 190 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) {
285 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
286 return surface_->PostSubBuffer(x, y, width, height);
gl_surface_egl.cc 470 bool NativeViewGLSurfaceEGL::PostSubBuffer(
gl_surface_glx.cc 566 bool NativeViewGLSurfaceGLX::PostSubBuffer(
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.cc 141 bool ImageTransportSurfaceFBO::PostSubBuffer(
image_transport_surface.cc 260 bool PassThroughImageTransportSurface::PostSubBuffer(
263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
texture_image_transport_surface.cc 239 bool TextureImageTransportSurface::PostSubBuffer(
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 344 PostSubBuffer

Completed in 443 milliseconds