Lines Matching refs:numAttachments
4068 GLsizei numAttachments, in invalidate_framebuffer_storage() argument
4079 if (numAttachments < 0) { in invalidate_framebuffer_storage()
4112 for (i = 0; i < numAttachments; i++) { in invalidate_framebuffer_storage()
4196 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer() argument
4211 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateSubFramebuffer()
4219 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferSubData() argument
4240 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferSubData()
4247 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer() argument
4273 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateFramebuffer()
4283 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferData() argument
4314 invalidate_framebuffer_storage(ctx, fb, numAttachments, attachments, in _mesa_InvalidateNamedFramebufferData()
4323 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, in _mesa_DiscardFramebufferEXT() argument
4339 if (numAttachments < 0) { in _mesa_DiscardFramebufferEXT()
4345 for (i = 0; i < numAttachments; i++) { in _mesa_DiscardFramebufferEXT()
4365 ctx->Driver.DiscardFramebuffer(ctx, target, numAttachments, attachments); in _mesa_DiscardFramebufferEXT()