Home
last modified time | relevance | path

Searched refs:DeferDraws (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_surface.cc92 bool GLSurface::DeferDraws() { in DeferDraws() function in gfx::GLSurface
197 bool GLSurfaceAdapter::DeferDraws() { in DeferDraws() function in gfx::GLSurfaceAdapter
198 return surface_->DeferDraws(); in DeferDraws()
Dgl_surface.h44 virtual bool DeferDraws();
134 virtual bool DeferDraws() OVERRIDE;
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_win.cc37 virtual bool DeferDraws() OVERRIDE;
116 bool PbufferImageTransportSurface::DeferDraws() { in DeferDraws() function in content::__anon1b908a2a0111::PbufferImageTransportSurface
Dtexture_image_transport_surface.h34 virtual bool DeferDraws() OVERRIDE;
Dimage_transport_surface_mac.cc49 virtual bool DeferDraws() OVERRIDE;
179 bool IOSurfaceImageTransportSurface::DeferDraws() { in DeferDraws() function in content::__anon03a627ad0111::IOSurfaceImageTransportSurface
Dimage_transport_surface.h189 virtual bool DeferDraws() OVERRIDE;
Dimage_transport_surface.cc242 bool PassThroughImageTransportSurface::DeferDraws() { in DeferDraws() function in content::PassThroughImageTransportSurface
Dtexture_image_transport_surface.cc92 bool TextureImageTransportSurface::DeferDraws() { in DeferDraws() function in content::TextureImageTransportSurface
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc1572 surface_->DeferDraws(); in ShouldDeferDraws()
1578 surface_->DeferDraws(); in ShouldDeferReads()
3543 if (!offscreen_target_frame_buffer_.get() && surface_->DeferDraws()) in HandleResizeCHROMIUM()
9378 if (surface_->DeferDraws()) in HandleDiscardBackbufferCHROMIUM()