Home | History | Annotate | Download | only in functional

Lines Matching refs:readFormat

221 	GLint readFormat = 0x1234;
223 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
225 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);