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

/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager_unittest.cc164 EXPECT_FALSE(framebuffer_->HasStencilAttachment());
218 EXPECT_FALSE(framebuffer_->HasStencilAttachment());
235 EXPECT_FALSE(framebuffer_->HasStencilAttachment());
252 EXPECT_FALSE(framebuffer_->HasStencilAttachment());
294 EXPECT_TRUE(framebuffer_->HasStencilAttachment());
305 EXPECT_TRUE(framebuffer_->HasStencilAttachment());
371 EXPECT_FALSE(framebuffer_->HasStencilAttachment());
H A Dframebuffer_manager.h108 bool HasStencilAttachment() const;
H A Dframebuffer_manager.cc446 bool Framebuffer::HasStencilAttachment() const { function in class:gpu::gles2::Framebuffer
H A Dgles2_cmd_decoder.cc4013 return framebuffer->HasStencilAttachment();

Completed in 993 milliseconds