Home
last modified time | relevance | path

Searched refs:sRGBA (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1255 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()
Des31fAdvancedBlendTests.cpp275 …m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::… in init()
385 if (access.getFormat().order == TextureFormat::sRGBA) in getLinearAccess()
Des31fSRGBDecodeTests.cpp933 …, m_resultTextureFormat (tcu::TextureFormat(tcu::TextureFormat::sRGBA, tcu::TextureFormat::UNORM_I… in SRGBTestCase()
1963 …ests using srgba internal format", tcu::TextureFormat(tcu::TextureFormat::sRGBA, tcu::TextureForma… in init()
Des31fTextureBorderClampTests.cpp930 …B = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA; in verifyImage()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp207 …m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? … in init()
261 …TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::… in iterate()
Des3fFboTestUtil.cpp1105 const bool dstHasAlpha = dst.order == tcu::TextureFormat::sRGBA; in getToSRGBConversionThreshold()
Des3fFramebufferBlitTests.cpp320 case tcu::TextureFormat::sRGBA: return tcu::BVec4(true, true, true, true); in getChannelMask()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp83 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/framework/common/
DtcuCompressedTexture.cpp221 …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()
DtcuTexture.cpp551 case TextureFormat::sRGBA: in isColorOrder()
671 case TextureFormat::sRGBA: return 4; in getNumUsedChannels()
805 case TextureFormat::sRGBA: return RGBA; in getChannelReadSwizzle()
859 case TextureFormat::sRGBA: return RGBA; in getChannelWriteSwizzle()
990 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in getPixel()
1090 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in getPixelInt()
1256 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in setPixel()
1406 if (m_format.order == TextureFormat::RGBA || m_format.order == TextureFormat::sRGBA) in setPixel()
1679 else if (format.type == TextureFormat::UNORM_INT8 && format.order == TextureFormat::sRGBA) in lookup()
DtcuTextureUtil.cpp110 format.order == TextureFormat::sRGBA || in isSRGB()
1535 case TextureFormat::sRGBA: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
DtcuTexture.hpp61 sRGBA, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp73 case tcu::TextureFormat::sRGBA: in isSrgbFormat()
1543 case FMT_CASE(sRGBA, UNORM_INT8): return VK_FORMAT_R8G8B8A8_SRGB; in mapTextureFormat()
1692 …case VK_FORMAT_R8G8B8A8_SRGB: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_IN… in mapVkFormat()
1785 …case VK_FORMAT_A8B8G8R8_SRGB_PACK32: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNO… in mapVkFormat()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp188 case tcu::TextureFormat::sRGBA: in toNonSRGBFormat()
2266 case TextureFormat::sRGBA: in checkFramebufferStatus()