Searched refs:srgbe (Results 1 – 1 of 1) sorted by relevance
18 const GrSRGBEffect& srgbe = args.fFp.cast<GrSRGBEffect>(); in emitCode() local25 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() local66 uint32_t key = static_cast<uint32_t>(srgbe.mode()) | in GenKey()67 (static_cast<uint32_t>(srgbe.alpha()) << 1); in GenKey()