Searched refs:MaxColorAttachments (Results 1 – 10 of 10) sorted by relevance
313 ctx->Const.MaxColorAttachments = 1; in r100CreateContext()
920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
64 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in supported_buffer_bitmask()
218 if (i >= ctx->Const.MaxColorAttachments in _mesa_get_attachment()700 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in _mesa_test_framebuffer_completeness()3225 if (k >= ctx->Const.MaxColorAttachments) { in invalidate_framebuffer_storage()
620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS; in _mesa_init_constants()
2837 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member
730 { GL_MAX_COLOR_ATTACHMENTS, CONTEXT_INT(Const.MaxColorAttachments),
351 ctx->Const.MaxColorAttachments = 1; in r200CreateContext()
626 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in st_validate_framebuffer()