Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSRGBEffect.cpp18 const GrSRGBEffect& srgbe = args.fFp.cast<GrSRGBEffect>(); in emitCode() local
25 switch (srgbe.mode()) { in emitCode()
49 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
57 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
65 const GrSRGBEffect& srgbe = processor.cast<GrSRGBEffect>(); in GenKey() local
66 uint32_t key = static_cast<uint32_t>(srgbe.mode()) | in GenKey()
67 (static_cast<uint32_t>(srgbe.alpha()) << 1); in GenKey()