Lines Matching defs:numAttachments
5024 GLsizei numAttachments,
5032 * "An INVALID_VALUE error is generated if numAttachments, width, or
5035 if (numAttachments < 0) {
5037 "%s(numAttachments < 0)", name);
5068 for (i = 0; i < numAttachments; i++) {
5193 GLsizei numAttachments, const GLenum *attachments)
5198 for (int i = 0; i < numAttachments; i++) {
5217 for (int j = 0; j < numAttachments; j++) {
5234 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments,
5243 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
5258 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5266 GLsizei numAttachments,
5287 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5293 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments,
5303 discard_framebuffer(ctx, fb, numAttachments, attachments);
5308 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
5327 * sizei numAttachments,
5334 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5340 discard_framebuffer(ctx, fb, numAttachments, attachments);
5346 GLsizei numAttachments,
5370 * sizei numAttachments,
5377 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments,
5386 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
5402 if (numAttachments < 0) {
5404 "glDiscardFramebufferEXT(numAttachments < 0)");
5408 for (i = 0; i < numAttachments; i++) {
5427 discard_framebuffer(ctx, fb, numAttachments, attachments);