Home
last modified time | relevance | path

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

/external/chromium_org/ui/gl/
Dgl_surface.cc114 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) { in PostSubBuffer() function in gfx::GLSurface
209 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) { in PostSubBuffer() function in gfx::GLSurfaceAdapter
210 return surface_->PostSubBuffer(x, y, width, height); in PostSubBuffer()
Dgl_surface.h70 virtual bool PostSubBuffer(int x, int y, int width, int height);
137 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_win.cc37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
181 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface_x11.cc40 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
225 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface_glx.h65 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_egl.h66 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dgl_surface_egl.cc465 bool NativeViewGLSurfaceEGL::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceEGL
Dgl_surface_glx.cc685 bool NativeViewGLSurfaceGLX::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceGLX
/external/chromium_org/third_party/angle/samples/
Dbuild_samples.gyp166 'gles2_book/PostSubBuffer/PostSubBuffer.c',
Dsamples.sln29 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PostSubBuffer", "gles2_book\PostSubBuffer\PostSub…
/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.cc7518 if (surface_->PostSubBuffer(c.x, c.y, c.width, c.height)) { in HandlePostSubBufferCHROMIUM()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_win.cc40 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
155 bool PbufferImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::__anon1b908a2a0111::PbufferImageTransportSurface
Dimage_transport_surface.cc282 bool PassThroughImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::PassThroughImageTransportSurface
285 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height); in PostSubBuffer()
Dtexture_image_transport_surface.h42 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dimage_transport_surface_mac.cc52 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
260 bool IOSurfaceImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::__anon03a627ad0111::IOSurfaceImageTransportSurface
Dimage_transport_surface.h191 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
Dtexture_image_transport_surface.cc234 bool TextureImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::TextureImageTransportSurface
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h248 PostSubBuffer enumerator