HomeSort by relevance Sort by last modified time
    Searched refs:HasDepthAttachment (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 107 bool HasDepthAttachment() const;
framebuffer_manager_unittest.cc 163 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());
    [all...]
framebuffer_manager.cc 441 bool Framebuffer::HasDepthAttachment() const {
gles2_cmd_decoder.cc     [all...]

Completed in 76 milliseconds