Home | History | Annotate | Download | only in common

Lines Matching refs:isAstcSRGBFormat

270 bool isAstcSRGBFormat (CompressedTexFormat format)
320 if (isAstcSRGBFormat(format))
354 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)