Home
last modified time | relevance | path

Searched refs:readPixelsFormat (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp473 GLenum readPixelsFormat; in iterate() local
481 readPixelsFormat = GL_RGBA; in iterate()
491 readPixelsFormat = GL_RGBA; in iterate()
498 readPixelsFormat = GL_RGBA_INTEGER; in iterate()
505 readPixelsFormat = GL_RGBA_INTEGER; in iterate()
512 readPixelsFormat = GL_RGBA; in iterate()
521 readPixelsFormat = GL_RGBA; in iterate()
530 readPixelsFormat = GL_RGBA; in iterate()
547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0)); in iterate()
556 …GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, readRefrence.ge… in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp145 …ormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFixedPointFormatThreshold() argument
148 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold()
151 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold()
154 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold()
157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
162 …atULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFloatULPThreshold() argument
165 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
Des31fDrawBuffersIndexedTests.cpp435 …ormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFixedPointFormatThreshold() argument
438 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold()
441 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold()
444 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold()
447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
452 …atULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFloatULPThreshold() argument
455 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
Des31fCopyImageTests.cpp1642 …ulateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in calculateThreshold() argument
1645 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in calculateThreshold()
1648 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in calculateThreshold()
1651 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in calculateThreshold()
1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in calculateThreshold()
1675 const tcu::TextureFormat readPixelsFormat = getReadPixelFormat(format); in renderRenderbuffer() local
1676 tcu::TextureLevel renderbuffer (readPixelsFormat, size.x(), size.y()); in renderRenderbuffer()
1721 const Vec4 threshold = calculateThreshold(format, readPixelsFormat); in renderRenderbuffer()