Searched refs:MaxColorAttachments (Results 1 – 12 of 12) sorted by relevance
62 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()454 buffers[output] >= GL_COLOR_ATTACHMENT0 + ctx->Const.MaxColorAttachments)) { in draw_buffers()
264 if (i >= ctx->Const.MaxColorAttachments in get_attachment()988 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in _mesa_test_framebuffer_completeness()4170 if (k >= ctx->Const.MaxColorAttachments) { in invalidate_framebuffer_storage()
621 consts->MaxColorAttachments = MAX_COLOR_ATTACHMENTS; in _mesa_init_constants()
3471 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member
269 ctx->Const.MaxColorAttachments = 1; in r100CreateContext()
836 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
307 ctx->Const.MaxColorAttachments = 1; in r200CreateContext()
191 ctx->Const.MaxDrawBuffers = ctx->Const.MaxColorAttachments = 1; in nouveau_context_init()
658 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in st_validate_framebuffer()
111 c->MaxDrawBuffers = c->MaxColorAttachments = in st_init_limits()
202 { GL_MAX_COLOR_ATTACHMENTS, CONTEXT_INT(Const.MaxColorAttachments), NO_EXTRA },