HomeSort by relevance Sort by last modified time
    Searched defs:max_color_attachments (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_group.h 112 uint32 max_color_attachments() const { function in class:gpu::gles2::ContextGroup
feature_info.cc 623 GLint max_color_attachments = 0; local
624 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &max_color_attachments);
626 i < static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + max_color_attachments);

Completed in 37 milliseconds