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

/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager_unittest.cc168 EXPECT_EQ(static_cast<GLenum>(0), framebuffer_->GetColorAttachmentFormat());
216 framebuffer_->GetColorAttachmentFormat());
233 framebuffer_->GetColorAttachmentFormat());
250 framebuffer_->GetColorAttachmentFormat());
292 framebuffer_->GetColorAttachmentFormat());
303 framebuffer_->GetColorAttachmentFormat());
369 framebuffer_->GetColorAttachmentFormat());
435 EXPECT_EQ(static_cast<GLenum>(0), framebuffer_->GetColorAttachmentFormat());
483 framebuffer_->GetColorAttachmentFormat());
515 framebuffer_->GetColorAttachmentFormat());
[all...]
H A Dframebuffer_manager.h109 GLenum GetColorAttachmentFormat() const;
H A Dframebuffer_manager.cc451 GLenum Framebuffer::GetColorAttachmentFormat() const { function in class:gpu::gles2::Framebuffer
H A Dgles2_cmd_decoder.cc3273 return framebuffer->GetColorAttachmentFormat();
3285 return framebuffer->GetColorAttachmentFormat();
5199 framebuffer->GetColorAttachmentFormat()) & 0x0008) != 0 ? 0.0f :

Completed in 581 milliseconds