Home
last modified time | relevance | path

Searched refs:readPixelsFormat (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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, readPixelsTyp in iterate()
[all...]
H A Des3fDrawBuffersIndexedTests.cpp442 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFixedPointFormatThreshold() argument
445 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT); in getFixedPointFormatThreshold()
448 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFixedPointFormatThreshold()
451 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFixedPointFormatThreshold()
454 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
471 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFloatULPThreshold() argument
474 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp145 tcu::Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFixedPointFormatThreshold() argument
148 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT); in getFixedPointFormatThreshold()
151 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFixedPointFormatThreshold()
154 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFixedPointFormatThreshold()
157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat); in getFixedPointFormatThreshold()
162 tcu::UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) in getFloatULPThreshold() argument
165 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
H A Des31fCopyImageTests.cpp1642 Vec4 calculateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
1645 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
1648 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
1651 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
1655 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
1680 const tcu::TextureFormat readPixelsFormat = getReadPixelFormat(format);
1681 tcu::TextureLevel renderbuffer (readPixelsFormat, size.x(), size.y());
1726 const Vec4 threshold = calculateThreshold(format, readPixelsFormat);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp773 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()
H A DFramebufferGL.cpp673 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local
675 GLenum readFormat = readPixelsFormat.format; in readPixels()
676 GLenum readType = readPixelsFormat.type; in readPixels()

Completed in 21 milliseconds