Home | History | Annotate | Download | only in functional

Lines Matching refs:readFormat

246 	GLint					readFormat	= 0x1234;
267 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
269 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);