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

  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 22 MOCK_METHOD4(PostSubBuffer, bool(int x, int y, int width, int height));
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/ui/gl/
gl_surface.h 70 virtual bool PostSubBuffer(int x, int y, int width, int height);
137 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
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_glx.h 65 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
gl_surface_win.cc 33 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
138 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_egl.h 66 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
gl_surface_x11.cc 40 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
225 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_egl.cc 427 bool NativeViewGLSurfaceEGL::PostSubBuffer(
gl_surface_glx.cc 507 bool NativeViewGLSurfaceGLX::PostSubBuffer(
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 42 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
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.h 191 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
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 372 milliseconds