Lines Matching refs:numAttachments
4272 GLsizei numAttachments, in invalidate_framebuffer_storage() argument
4283 if (numAttachments < 0) { in invalidate_framebuffer_storage()
4316 for (i = 0; i < numAttachments; i++) { in invalidate_framebuffer_storage()
4400 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer_no_error() argument
4409 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer() argument
4424 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateSubFramebuffer()
4432 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferSubData() argument
4453 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferSubData()
4460 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer_no_error() argument
4468 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer() argument
4494 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateFramebuffer()
4504 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferData() argument
4535 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferData()
4544 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, in _mesa_DiscardFramebufferEXT() argument
4560 if (numAttachments < 0) { in _mesa_DiscardFramebufferEXT()
4566 for (i = 0; i < numAttachments; i++) { in _mesa_DiscardFramebufferEXT()
4586 ctx->Driver.DiscardFramebuffer(ctx, target, numAttachments, attachments); in _mesa_DiscardFramebufferEXT()