Searched defs:glFormat (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp65 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align);
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align) argument
147 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &glFormat));
150 format = glu::mapGLTransferFormat(glFormat, glType);
188 glFormat = GL_RGBA;
203 GLint glFormat; local
207 getFormatInfo(format, glFormat, glType, pixelSize, align);
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
242 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0])));
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) argument
1066 const tcu::TextureFormat format = glu::mapGLInternalFormat(glFormat);
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp612 tcu::RGBA getFormatThreshold (deUint32 glFormat) argument
614 const tcu::TextureFormat format = glu::mapGLInternalFormat(glFormat);

Completed in 95 milliseconds