Lines Matching refs:numAttachments
5161 GLsizei numAttachments,
5169 * "An INVALID_VALUE error is generated if numAttachments, width, or
5172 if (numAttachments < 0) {
5174 "%s(numAttachments < 0)", name);
5205 for (i = 0; i < numAttachments; i++) {
5349 GLsizei numAttachments, const GLenum *attachments)
5361 for (int i = 0; i < numAttachments; i++) {
5380 for (int j = 0; j < numAttachments; j++) {
5397 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments,
5406 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
5421 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5429 GLsizei numAttachments,
5450 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5456 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments,
5466 discard_framebuffer(ctx, fb, numAttachments, attachments);
5471 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
5490 * sizei numAttachments,
5497 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5503 discard_framebuffer(ctx, fb, numAttachments, attachments);
5509 GLsizei numAttachments,
5533 * sizei numAttachments,
5540 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5549 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
5565 if (numAttachments < 0) {
5567 "glDiscardFramebufferEXT(numAttachments < 0)");
5571 for (i = 0; i < numAttachments; i++) {
5590 discard_framebuffer(ctx, fb, numAttachments, attachments);