Searched refs:GrGLFormatIsSRGB (Results 1 – 2 of 2) sorted by relevance
570 static constexpr bool GrGLFormatIsSRGB(GrGLFormat format) { in GrGLFormatIsSRGB() function
3348 if (GrGLFormatIsSRGB(dstFormat) != GrGLFormatIsSRGB(srcFormat)) { in canCopyTexSubImage()