Home
last modified time | relevance | path

Searched refs:GrGLFormatIsSRGB (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLUtil.h570 static constexpr bool GrGLFormatIsSRGB(GrGLFormat format) { in GrGLFormatIsSRGB() function
DGrGLCaps.cpp3348 if (GrGLFormatIsSRGB(dstFormat) != GrGLFormatIsSRGB(srcFormat)) { in canCopyTexSubImage()