Searched refs:HasUnclearedColorAttachments (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.h67 bool HasUnclearedColorAttachments() const;
H A Dframebuffer_manager_unittest.cc586 EXPECT_FALSE(framebuffer_->HasUnclearedColorAttachments());
614 EXPECT_FALSE(framebuffer_->HasUnclearedColorAttachments());
630 EXPECT_TRUE(framebuffer_->HasUnclearedColorAttachments());
H A Dframebuffer_manager.cc363 bool Framebuffer::HasUnclearedColorAttachments() const { function in class:gpu::gles2::Framebuffer
H A Dgles2_cmd_decoder.cc5195 if (framebuffer->HasUnclearedColorAttachments()) {

Completed in 96 milliseconds