Home | History | Annotate | Download | only in functional

Lines Matching defs:readType

222 	GLint readType = 0x1234;
224 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType);
225 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);