Searched defs:readPixelsFormat (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp473 GLenum readPixelsFormat; local
481 readPixelsFormat = GL_RGBA;
491 readPixelsFormat = GL_RGBA;
498 readPixelsFormat = GL_RGBA_INTEGER;
505 readPixelsFormat = GL_RGBA_INTEGER;
512 readPixelsFormat = GL_RGBA;
521 readPixelsFormat = GL_RGBA;
530 readPixelsFormat = GL_RGBA;
547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0));
556 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsTyp
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) argument
438 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
441 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
444 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
452 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) argument
455 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat);

Completed in 73 milliseconds