Lines Matching defs:numAttachments

1003 void APIENTRY shared_dispatch_stub_986(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
1004 void APIENTRY shared_dispatch_stub_987(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1092 void APIENTRY shared_dispatch_stub_1075(GLenum target, GLsizei numAttachments, const GLenum *attachments);
1093 void APIENTRY shared_dispatch_stub_1076(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1114 void APIENTRY shared_dispatch_stub_1097(GLenum target, GLsizei numAttachments, const GLenum *attachments);
7630 static void APIENTRY noopInvalidateNamedFramebufferData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments)
7632 (void) framebuffer; (void) numAttachments; (void) attachments;
7636 static void APIENTRY noopInvalidateNamedFramebufferSubData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
7638 (void) framebuffer; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
8166 static void APIENTRY noopInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments)
8168 (void) target; (void) numAttachments; (void) attachments;
8172 static void APIENTRY noopInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
8174 (void) target; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
8299 static void APIENTRY noopDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments)
8301 (void) target; (void) numAttachments; (void) attachments;
27103 void APIENTRY shared_dispatch_stub_986(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments)
27107 ((void (APIENTRY *)(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments)) _func)(framebuffer, numAttachments, attachments);
27110 void APIENTRY shared_dispatch_stub_987(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
27114 ((void (APIENTRY *)(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(framebuffer, numAttachments, attachments, x, y, width, height);
27726 void APIENTRY shared_dispatch_stub_1075(GLenum target, GLsizei numAttachments, const GLenum *attachments)
27730 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
27733 void APIENTRY shared_dispatch_stub_1076(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
27737 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, numAttachments, attachments, x, y, width, height);
27880 void APIENTRY shared_dispatch_stub_1097(GLenum target, GLsizei numAttachments, const GLenum *attachments)
27884 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);