Home | History | Annotate | Download | only in functional

Lines Matching refs:maxColorAttachments

759 	int						maxColorAttachments		= -1;
760 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
769 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
955 int maxColorAttachments = 0x1234;
957 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
995 ctx.glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
998 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1)
1680 int maxColorAttachments = 0x1234;
1682 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1684 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;
1729 int maxColorAttachments = 0x1234;
1731 ctx.glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1733 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;