Searched refs:DeferDraws (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_surface.h49 virtual bool DeferDraws();
165 virtual bool DeferDraws() OVERRIDE;
H A Dgl_surface.cc178 bool GLSurface::DeferDraws() { function in class:gfx::GLSurface
286 bool GLSurfaceAdapter::DeferDraws() { function in class:gfx::GLSurfaceAdapter
287 return surface_->DeferDraws();
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_fbo_mac.h67 virtual bool DeferDraws() OVERRIDE;
H A Dtexture_image_transport_surface.h34 virtual bool DeferDraws() OVERRIDE;
H A Dtexture_image_transport_surface.cc92 bool TextureImageTransportSurface::DeferDraws() { function in class:content::TextureImageTransportSurface
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1617 surface_->DeferDraws();
1623 surface_->DeferDraws();
3714 if (!offscreen_target_frame_buffer_.get() && surface_->DeferDraws())
9817 if (surface_->DeferDraws())

Completed in 678 milliseconds