Home
last modified time | relevance | path

Searched refs:PostSubBuffer (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_surface.cc190 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) { in PostSubBuffer() function in gfx::GLSurface
298 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) { in PostSubBuffer() function in gfx::GLSurfaceAdapter
299 return surface_->PostSubBuffer(x, y, width, height); in PostSubBuffer()
Dgl_surface.h72 virtual bool PostSubBuffer(int x, int y, int width, int height);
168 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_win.cc53 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
194 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface_x11.cc37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
226 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface_glx.h67 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_egl.h73 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_ozone.cc142 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE { in PostSubBuffer() function in gfx::__anon5dfe5f4a0111::GLSurfaceOzoneSurfaceless
Dgl_surface_egl.cc518 bool NativeViewGLSurfaceEGL::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceEGL
Dgl_surface_glx.cc590 bool NativeViewGLSurfaceGLX::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceGLX
/external/chromium_org/gpu/command_buffer/service/
Dgl_surface_mock.h22 MOCK_METHOD4(PostSubBuffer, bool(int x, int y, int width, int height));
Dgles2_cmd_decoder.cc7799 if (surface_->PostSubBuffer(c.x, c.y, c.width, c.height)) { in HandlePostSubBufferCHROMIUM()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface.cc260 bool PassThroughImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::PassThroughImageTransportSurface
263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height); in PostSubBuffer()
Dimage_transport_surface_fbo_mac.h70 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dtexture_image_transport_surface.h42 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dimage_transport_surface.h186 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dtexture_image_transport_surface.cc240 bool TextureImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::TextureImageTransportSurface
Dimage_transport_surface_fbo_mac.mm144 bool ImageTransportSurfaceFBO::PostSubBuffer(
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h368 PostSubBuffer enumerator