Searched refs:readPixelsFormat (Results 1 – 8 of 8) sorted by relevance
| /third_party/vk-gl-cts/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()
|
| /third_party/vk-gl-cts/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() 1680 const tcu::TextureFormat readPixelsFormat = getReadPixelFormat(format); in renderRenderbuffer() local 1681 tcu::TextureLevel renderbuffer (readPixelsFormat, size.x(), size.y()); in renderRenderbuffer() 1726 const Vec4 threshold = calculateThreshold(format, readPixelsFormat); in renderRenderbuffer()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | BlitGL.cpp | 703 GLenum readPixelsFormat = GL_NONE; in copySubTextureCPUReadback() local 707 readPixelsFormat = GL_RGBA_INTEGER; in copySubTextureCPUReadback() 713 readPixelsFormat = GL_RGBA; in copySubTextureCPUReadback() 722 readPixelsArea.height, readPixelsFormat, GL_UNSIGNED_BYTE, sourceMemory); in copySubTextureCPUReadback()
|
| D | FramebufferGL.cpp | 499 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local 501 GLenum readFormat = readPixelsFormat.format; in readPixels() 502 GLenum readType = readPixelsFormat.type; in readPixels()
|
| /third_party/skia/third_party/externals/angle2/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 | 673 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local 675 GLenum readFormat = readPixelsFormat.format; in readPixels() 676 GLenum readType = readPixelsFormat.type; in readPixels()
|