Home | History | Annotate | Download | only in simplereference

Lines Matching refs:isSRGB

3044 		bool									srcIsSRGB	= tcu::isSRGB(src.raw().getFormat());
3045 bool dstIsSRGB = tcu::isSRGB(dst.getFormat());
3197 bool srcIsSRGB = tcu::isSRGB(src.getFormat());
3198 bool dstIsSRGB = tcu::isSRGB(dst.getFormat());
3374 bool isSRGB = tcu::isSRGB(colorBuf0.raw().getFormat());
3375 Vec4 c = (isSRGB && m_sRGBUpdateEnabled) ? tcu::linearToSRGB(m_clearColor) : m_clearColor;
3485 if (m_sRGBUpdateEnabled && tcu::isSRGB(access.raw().getFormat()))