Home | History | Annotate | Download | only in common

Lines Matching refs:sRGB

55 //! Convert sRGB to linear colorspace
64 //! Convert from linear to sRGB colorspace
276 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break;
347 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break;
415 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break;