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

  /external/chromium_org/ui/gl/
gl_surface_win.cc 33 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
138 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_x11.cc 40 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
225 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface.cc 114 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) {
209 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
210 return surface_->PostSubBuffer(x, y, width, height);
gl_surface_egl.cc 427 bool NativeViewGLSurfaceEGL::PostSubBuffer(
gl_surface_glx.cc 507 bool NativeViewGLSurfaceGLX::PostSubBuffer(
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 40 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
154 bool PbufferImageTransportSurface::PostSubBuffer(
image_transport_surface.cc 273 bool PassThroughImageTransportSurface::PostSubBuffer(
276 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
284 // PostSubBuffer message.
image_transport_surface_mac.cc 52 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
257 bool IOSurfaceImageTransportSurface::PostSubBuffer(
texture_image_transport_surface.cc 229 bool TextureImageTransportSurface::PostSubBuffer(
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 127 milliseconds