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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc49 max_color_attachments_(1u),
116 GetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &max_color_attachments_);
117 if (max_color_attachments_ < 1)
118 max_color_attachments_ = 1;
130 new FramebufferManager(max_draw_buffers_, max_color_attachments_));
H A Dcontext_group.h107 return max_color_attachments_;
194 uint32 max_color_attachments_; member in class:gpu::gles2::ContextGroup
H A Dframebuffer_manager.cc279 max_color_attachments_(max_color_attachments) {
281 DCHECK_GT(max_color_attachments_, 0u);
481 manager_->max_color_attachments_)) {
H A Dframebuffer_manager.h305 uint32 max_color_attachments_; member in class:gpu::gles2::FramebufferManager

Completed in 76 milliseconds