/external/chromium_org/ui/gl/ |
D | gl_surface.cc | 190 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()
|
D | gl_surface.h | 72 virtual bool PostSubBuffer(int x, int y, int width, int height); 168 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | gl_surface_win.cc | 53 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; 194 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
|
D | gl_surface_x11.cc | 37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; 226 bool NativeViewGLSurfaceOSMesa::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceOSMesa
|
D | gl_surface_glx.h | 67 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | gl_surface_egl.h | 73 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | gl_surface_ozone.cc | 142 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE { in PostSubBuffer() function in gfx::__anon5dfe5f4a0111::GLSurfaceOzoneSurfaceless
|
D | gl_surface_egl.cc | 518 bool NativeViewGLSurfaceEGL::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceEGL
|
D | gl_surface_glx.cc | 590 bool NativeViewGLSurfaceGLX::PostSubBuffer( in PostSubBuffer() function in gfx::NativeViewGLSurfaceGLX
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gl_surface_mock.h | 22 MOCK_METHOD4(PostSubBuffer, bool(int x, int y, int width, int height));
|
D | gles2_cmd_decoder.cc | 7799 if (surface_->PostSubBuffer(c.x, c.y, c.width, c.height)) { in HandlePostSubBufferCHROMIUM()
|
/external/chromium_org/content/common/gpu/ |
D | image_transport_surface.cc | 260 bool PassThroughImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::PassThroughImageTransportSurface 263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height); in PostSubBuffer()
|
D | image_transport_surface_fbo_mac.h | 70 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | texture_image_transport_surface.h | 42 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | image_transport_surface.h | 186 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
D | texture_image_transport_surface.cc | 240 bool TextureImageTransportSurface::PostSubBuffer( in PostSubBuffer() function in content::TextureImageTransportSurface
|
D | image_transport_surface_fbo_mac.mm | 144 bool ImageTransportSurfaceFBO::PostSubBuffer(
|
/external/chromium_org/cc/test/ |
D | test_web_graphics_context_3d.h | 368 PostSubBuffer enumerator
|