Home | History | Annotate | Download | only in functional

Lines Matching refs:readFormat

222 			GLint readFormat;
224 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
226 glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);