Searched refs:readPixelsFormat (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 473 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/ |
D | es31fShaderFramebufferFetchTests.cpp | 145 …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()
|
D | es31fDrawBuffersIndexedTests.cpp | 442 …ormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFixedPointFormatThreshold() argument 445 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold() 448 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold() 451 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold() 454 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold() 459 …atULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFloatULPThreshold() argument 462 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
|
D | es31fCopyImageTests.cpp | 1642 …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()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 773 GLenum readPixelsFormat = GL_NONE; in copySubTextureCPUReadback() local 777 readPixelsFormat = GL_RGBA_INTEGER; in copySubTextureCPUReadback() 783 readPixelsFormat = GL_RGBA; in copySubTextureCPUReadback() 793 readPixelsFormat, GL_UNSIGNED_BYTE, sourceMemory)); in copySubTextureCPUReadback()
|
D | FramebufferGL.cpp | 672 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local 674 GLenum readFormat = readPixelsFormat.format; in readPixels() 675 GLenum readType = readPixelsFormat.type; in readPixels()
|