Home
last modified time | relevance | path

Searched refs:dstIsSRGB (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDataUtils.cpp601 bool dstIsSRGB; in GrConvertPixels() local
606 &dstIsSRGB); in GrConvertPixels()
638 if (srcIsSRGB && dstIsSRGB && !hasConversion) { in GrConvertPixels()
640 srcIsSRGB = dstIsSRGB = false; in GrConvertPixels()
643 hasConversion = hasConversion || srcIsSRGB || dstIsSRGB; in GrConvertPixels()
671 SkASSERT(!dstIsSRGB); in GrConvertPixels()
674 if (dstIsSRGB) { in GrConvertPixels()
715 bool dstIsSRGB; in GrClearImage() local
718 &isNormalized, &dstIsSRGB); in GrClearImage()
734 SkASSERT(!dstIsSRGB); in GrClearImage()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp430 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare() local
434 if (dstIsSRGB) in compare()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3063 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitResolveMultisampleFramebuffer() local
3086 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()
3216 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitFramebuffer() local
3246 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()