HomeSort by relevance Sort by last modified time
    Searched refs:sRGBA (Results 1 - 14 of 14) sorted by null

  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 207 m_refColorBuffer = new TextureLevel(TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : useRGB ? TextureFormat::RGB : TextureFormat::RGBA, TextureFormat::UNORM_INT8),
261 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
es3fFboTestUtil.cpp     [all...]
es3fFramebufferBlitTests.cpp 320 case tcu::TextureFormat::sRGBA: return tcu::BVec4(true, true, true, true);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
es31fAdvancedBlendTests.cpp 275 m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
385 if (access.getFormat().order == TextureFormat::sRGBA)
es31fSRGBDecodeTests.cpp 933 , m_resultTextureFormat (tcu::TextureFormat(tcu::TextureFormat::sRGBA, tcu::TextureFormat::UNORM_INT8))
    [all...]
es31fTextureBorderClampTests.cpp     [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 221 case COMPRESSEDTEXFORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8);
223 case COMPRESSEDTEXFORMAT_ETC2_EAC_SRGB8_ALPHA8: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8);
233 return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8);
    [all...]
tcuTexture.cpp 551 case TextureFormat::sRGBA:
671 case TextureFormat::sRGBA: return 4;
805 case TextureFormat::sRGBA: return RGBA;
859 case TextureFormat::sRGBA: return RGBA;
    [all...]
tcuTextureUtil.cpp 110 format.order == TextureFormat::sRGBA ||
    [all...]
tcuTexture.hpp 61 sRGBA,
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 83 case TextureFormat::sRGBA: format = GL_RGBA; break;
167 case FMT_CASE(sRGBA, UNORM_INT8): return GL_SRGB8_ALPHA8;
491 case GL_SRGB8_ALPHA8: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_INT8);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 73 case tcu::TextureFormat::sRGBA:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 188 case tcu::TextureFormat::sRGBA:
    [all...]

Completed in 786 milliseconds