Home
last modified time | relevance | path

Searched refs:isSrgb (Results 1 – 8 of 8) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dstk_texture.hpp54 bool isSrgb() const;
H A Dstk_texture.cpp134 unsigned int internal_format = m_single_channel ? GL_R8 : isSrgb() ? in reload()
355 bool STKTexture::isSrgb() const in isSrgb() function in STKTexture
/dports/devel/sfml/SFML-2.5.1/include/SFML/Graphics/
H A DTexture.hpp450 bool isSrgb() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp821 const bool isSrgb = isSRGB(texFormat); in convertNormalizedFormat() local
824 DE_ASSERT(!isSrgb); in convertNormalizedFormat()
825 DE_UNREF(isSrgb); in convertNormalizedFormat()
H A DvktSampleVerifier.cpp144 const bool isSrgb = isSrgbFormat(m_imParams.format); in fetchTexel() local
196 if (isSrgb) in fetchTexel()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/dds/
H A DDirectDrawSurface.h130 bool isSrgb() const;
H A DDirectDrawSurface.cpp862 bool DDSHeader::isSrgb() const in isSrgb() function in DDSHeader
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DTexture.cpp642 bool Texture::isSrgb() const in isSrgb() function in sf::Texture