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 64 // Returns whether or not the surface supports PostSubBuffer.
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;
gl_surface_glx.h 67 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
gl_surface.cc 190 bool GLSurface::PostSubBuffer(int x, int y, int width, int height) {
298 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
299 return surface_->PostSubBuffer(x, y, width, height);
gl_surface_egl.h 73 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
gl_surface_win.cc 53 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
194 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_x11.cc 37 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
226 bool NativeViewGLSurfaceOSMesa::PostSubBuffer(
gl_surface_ozone.cc 142 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE {
gl_surface_egl.cc 518 bool NativeViewGLSurfaceEGL::PostSubBuffer(
gl_surface_glx.cc 590 bool NativeViewGLSurfaceGLX::PostSubBuffer(
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.h 70 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
texture_image_transport_surface.h 42 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
image_transport_surface.cc 260 bool PassThroughImageTransportSurface::PostSubBuffer(
263 bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
image_transport_surface.h 186 virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
texture_image_transport_surface.cc 240 bool TextureImageTransportSurface::PostSubBuffer(
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 368 PostSubBuffer

Completed in 1713 milliseconds