/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_egl.h | 66 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
gl_surface_win.cc | 37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; 181 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_egl.cc | 465 bool NativeViewGLSurfaceEGL::PostSubBuffer(
|
gl_surface_glx.cc | 685 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; 155 bool PbufferImageTransportSurface::PostSubBuffer(
|
image_transport_surface.h | 191 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
image_transport_surface.cc | 282 bool PassThroughImageTransportSurface::PostSubBuffer( 285 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height); 294 // PostSubBuffer message.
|
image_transport_surface_mac.cc | 52 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; 260 bool IOSurfaceImageTransportSurface::PostSubBuffer(
|
texture_image_transport_surface.cc | 234 bool TextureImageTransportSurface::PostSubBuffer(
|
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 248 PostSubBuffer
|