Searched refs:dstIsSRGB (Results 1 – 25 of 34) sorted by relevance
12
605 bool dstIsSRGB; in GrConvertPixels() local610 &dstIsSRGB); in GrConvertPixels()642 if (srcIsSRGB && dstIsSRGB && !hasConversion) { in GrConvertPixels()644 srcIsSRGB = dstIsSRGB = false; in GrConvertPixels()647 hasConversion = hasConversion || srcIsSRGB || dstIsSRGB; in GrConvertPixels()675 SkASSERT(!dstIsSRGB); in GrConvertPixels()678 if (dstIsSRGB) { in GrConvertPixels()719 bool dstIsSRGB; in GrClearImage() local722 &isNormalized, &dstIsSRGB); in GrClearImage()738 SkASSERT(!dstIsSRGB); in GrClearImage()[all …]
549 bool dstIsSRGB; in GrConvertPixels() local551 &dstIsSRGB); in GrConvertPixels()584 if (srcIsSRGB && dstIsSRGB && !hasConversion) { in GrConvertPixels()586 srcIsSRGB = dstIsSRGB = false; in GrConvertPixels()589 hasConversion = hasConversion || srcIsSRGB || dstIsSRGB; in GrConvertPixels()609 if (dstIsSRGB) { in GrConvertPixels()
69 bool dstIsSRGB;179 if (params.dstIsSRGB)
145 // bool dstIsSRGB;198 // if(params . dstIsSRGB)
144 // bool dstIsSRGB;197 // if(params . dstIsSRGB)
142 // bool dstIsSRGB;195 // if(params . dstIsSRGB)
141 // bool dstIsSRGB;194 // if(params . dstIsSRGB)
157 // bool dstIsSRGB;229 // if(params . dstIsSRGB)
154 // bool dstIsSRGB;226 // if(params . dstIsSRGB)
123 // bool dstIsSRGB;
120 // bool dstIsSRGB;
124 // bool dstIsSRGB;
121 // bool dstIsSRGB;
391 uint32_t dstIsSRGB = 0; member
432 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare() local436 if (dstIsSRGB) in compare()