Home | History | Annotate | Download | only in functional

Lines Matching refs:maxColorAttachments

807 			int						maxColorAttachments;
809 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
847 glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
850 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1)
1301 int maxColorAttachments;
1302 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1304 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;
1335 int maxColorAttachments;
1336 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1338 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;