Lines Matching refs:readFormat
62 deUint32 getFormatReadInfo(const subgroups::Format format, GLenum &readFormat, GLenum &readType)
71 readFormat = GL_RGBA;
75 readFormat = GL_RG;
79 readFormat = GL_RED_INTEGER;
83 readFormat = GL_RGBA_INTEGER;
1211 GLenum readFormat;
1213 getFormatReadInfo(format, readFormat, readType);
1215 gl.readPixels(0, 0, width, 1, readFormat, readType, (GLvoid*)&imageBufferResult[0]);
1405 GLenum readFormat;
1407 getFormatReadInfo(format, readFormat, readType);
1409 gl.readPixels(0, 0, width, 1, readFormat, readType, (GLvoid*)&imageBufferResult[0]);
1632 GLenum readFormat;
1634 getFormatReadInfo(format, readFormat, readType);
1636 gl.readPixels(0, 0, width, 1, readFormat, readType, (GLvoid*)&imageBufferResult[0]);
1859 GLenum readFormat;
1861 getFormatReadInfo(format, readFormat, readType);
1863 gl.readPixels(0, 0, width, 1, readFormat, readType, (GLvoid*)&imageBufferResult[0]);
2005 GLenum readFormat;
2007 getFormatReadInfo(format, readFormat, readType);
2009 gl.readPixels(0, 0, width, height, readFormat, readType, (GLvoid*)&resultBuffer[0]);