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

/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager_unittest.cc163 EXPECT_FALSE(framebuffer_->HasDepthAttachment());
217 EXPECT_FALSE(framebuffer_->HasDepthAttachment());
234 EXPECT_FALSE(framebuffer_->HasDepthAttachment());
251 EXPECT_TRUE(framebuffer_->HasDepthAttachment());
293 EXPECT_TRUE(framebuffer_->HasDepthAttachment());
304 EXPECT_TRUE(framebuffer_->HasDepthAttachment());
370 EXPECT_TRUE(framebuffer_->HasDepthAttachment());
H A Dframebuffer_manager.h107 bool HasDepthAttachment() const;
H A Dframebuffer_manager.cc441 bool Framebuffer::HasDepthAttachment() const { function in class:gpu::gles2::Framebuffer
H A Dgles2_cmd_decoder.cc4001 return framebuffer->HasDepthAttachment();

Completed in 2360 milliseconds