Home | History | Annotate | Download | only in functional

Lines Matching refs:maxColorAttachments

811 			int						maxColorAttachments;
813 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
851 glReadBuffer (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
854 if (GL_COLOR_ATTACHMENT0+maxColorAttachments < GL_DEPTH_ATTACHMENT-1)
1314 int maxColorAttachments;
1315 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1317 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;
1348 int maxColorAttachments;
1349 glGetIntegerv (GL_MAX_COLOR_ATTACHMENTS, &maxColorAttachments);
1351 attachments[1] = GL_COLOR_ATTACHMENT0 + maxColorAttachments;