Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorFilter.cpp212 kLinearToSRGB, enumerator
222 case Direction::kLinearToSRGB: in asFragmentProcessor()
223 return GrSRGBEffect::Make(GrSRGBEffect::Mode::kLinearToSRGB, alpha); in asFragmentProcessor()
241 case Direction::kLinearToSRGB: in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS()
287 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kLinearToSRGB>(); in MakeLinearToSRGBGamma()
/external/skia/src/gpu/effects/
DGrSRGBEffect.cpp26 case GrSRGBEffect::Mode::kLinearToSRGB: in emitCode()
103 case Mode::kLinearToSRGB: in constantOutputForConstantInput()
DGrSRGBEffect.h16 kLinearToSRGB, enumerator