Searched refs:max_draw_buffers (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.h110 uint32 max_draw_buffers() const { function in class:gpu::gles2::ContextGroup
H A Dfeature_info.cc781 GLint max_draw_buffers = 0; local
782 glGetIntegerv(GL_MAX_DRAW_BUFFERS_ARB, &max_draw_buffers);
784 i < static_cast<GLenum>(GL_DRAW_BUFFER0_ARB + max_draw_buffers);
H A Dframebuffer_manager.h236 FramebufferManager(uint32 max_draw_buffers, uint32 max_color_attachments);
H A Dframebuffer_manager.cc274 uint32 max_draw_buffers, uint32 max_color_attachments)
278 max_draw_buffers_(max_draw_buffers),
273 FramebufferManager( uint32 max_draw_buffers, uint32 max_color_attachments) argument
H A Dgles2_cmd_decoder.cc2789 resources.MaxDrawBuffers = group_->max_draw_buffers();
4540 params[0] = group_->max_draw_buffers();
4768 pname < GL_DRAW_BUFFER0_ARB + group_->max_draw_buffers()) {
10881 if (count > static_cast<GLsizei>(group_->max_draw_buffers())) {
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp446 LIMIT_CASE(max_draw_buffers, GL_MAX_DRAW_BUFFERS, GLint, 4);

Completed in 1689 milliseconds