Home | History | Annotate | Download | only in functional

Lines Matching refs:sRGBA

320 		case tcu::TextureFormat::sRGBA:	return tcu::BVec4(true,	true,	true,	true);
429 const bool srcIsSRGB = (srcFormat.order == tcu::TextureFormat::sRGBA);
430 const bool dstIsSRGB = (dstFormat.order == tcu::TextureFormat::sRGBA);