Searched refs:sRGBA (Results 1 – 14 of 14) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1255 format.order == tcu::TextureFormat::sRGBA) in getMinimumComponentResolution() 1267 format.order == tcu::TextureFormat::sRGBA) in getMinimumComponentResolution() 1278 format.order == tcu::TextureFormat::sRGBA) in getMinimumComponentResolution() 1287 format.order == tcu::TextureFormat::sRGBA) in getMinimumComponentResolution() 1407 format.order == tcu::TextureFormat::sRGBA) in getComponentType() 1419 format.order == tcu::TextureFormat::sRGBA) in getComponentType() 1430 format.order == tcu::TextureFormat::sRGBA) in getComponentType() 1439 format.order == tcu::TextureFormat::sRGBA) in getComponentType()
|
D | es31fAdvancedBlendTests.cpp | 275 …m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::… in init() 385 if (access.getFormat().order == TextureFormat::sRGBA) in getLinearAccess()
|
D | es31fTextureBorderClampTests.cpp | 930 …B = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA; in verifyImage()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 180 case FMT_CASE(sRGBA, UNORM_INT8): return VK_FORMAT_R8G8B8A8_SRGB; in mapTextureFormat() 320 …case VK_FORMAT_R8G8B8A8_SRGB: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_IN… in mapVkFormat() 413 …case VK_FORMAT_A8B8G8R8_SRGB_PACK32: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNO… in mapVkFormat() 520 case TextureFormat::sRGBA: return RGBA; in getFormatComponentMapping()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 207 …m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? … in init() 261 …TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::… in iterate()
|
D | es3fFboTestUtil.cpp | 1105 const bool dstHasAlpha = dst.order == tcu::TextureFormat::sRGBA; in getToSRGBConversionThreshold()
|
D | es3fFramebufferBlitTests.cpp | 320 case tcu::TextureFormat::sRGBA: return tcu::BVec4(true, true, true, true); in getChannelMask()
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 221 …ORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UN… in getUncompressedFormat() 223 …case COMPRESSEDTEXFORMAT_ETC2_EAC_SRGB8_ALPHA8: return TextureFormat(TextureFormat::sRGBA, Text… in getUncompressedFormat() 233 return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8); in getUncompressedFormat()
|
D | tcuTexture.cpp | 312 case TextureFormat::sRGBA: return 4; in getNumUsedChannels() 565 case TextureFormat::sRGBA: in isColorOrder() 749 case TextureFormat::sRGBA: return RGBA; in getChannelReadSwizzle() 803 case TextureFormat::sRGBA: return RGBA; in getChannelWriteSwizzle() 934 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in getPixel() 1034 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in getPixelInt() 1200 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in setPixel() 1350 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in setPixel() 1623 else if (format.type == TextureFormat::UNORM_INT8 && format.order == TextureFormat::sRGBA) in lookup()
|
D | tcuTextureUtil.cpp | 110 format.order == TextureFormat::sRGBA || in isSRGB() 1517 case TextureFormat::sRGBA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
|
D | tcuTexture.hpp | 61 sRGBA, enumerator
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 83 case TextureFormat::sRGBA: format = GL_RGBA; break; in getTransferFormat() 167 case FMT_CASE(sRGBA, UNORM_INT8): return GL_SRGB8_ALPHA8; in getInternalFormat() 491 case GL_SRGB8_ALPHA8: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 101 case tcu::TextureFormat::sRGBA: return 4; in getNumUsedChannels()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 188 case tcu::TextureFormat::sRGBA: in toNonSRGBFormat() 2266 case TextureFormat::sRGBA: in checkFramebufferStatus()
|