Lines Matching refs:numAttachments
4525 GLsizei numAttachments,
4533 * "An INVALID_VALUE error is generated if numAttachments, width, or
4536 if (numAttachments < 0) {
4538 "%s(numAttachments < 0)", name);
4569 for (i = 0; i < numAttachments; i++) {
4693 GLsizei numAttachments, const GLenum *attachments)
4698 for (int i = 0; i < numAttachments; i++) {
4717 for (int j = 0; j < numAttachments; j++) {
4733 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments,
4742 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
4757 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
4765 GLsizei numAttachments,
4786 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
4792 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments,
4802 discard_framebuffer(ctx, fb, numAttachments, attachments);
4807 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
4826 * sizei numAttachments,
4833 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
4839 discard_framebuffer(ctx, fb, numAttachments, attachments);
4845 GLsizei numAttachments,
4869 * sizei numAttachments,
4876 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
4885 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
4901 if (numAttachments < 0) {
4903 "glDiscardFramebufferEXT(numAttachments < 0)");
4907 for (i = 0; i < numAttachments; i++) {
4926 discard_framebuffer(ctx, fb, numAttachments, attachments);