Searched refs:hasGammaCorrection (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp112 description.hasGammaCorrection = true;
115 description.hasGammaCorrection = true;
119 description.hasGammaCorrection = true;
127 if (description.hasGammaCorrection) {
H A DProgram.h157 bool hasGammaCorrection; member in struct:android::uirenderer::ProgramDescription
197 hasGammaCorrection = false;
264 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION;
H A DProgramCache.cpp554 op = op * 2 + description.hasGammaCorrection;
615 if (description.hasGammaCorrection) {
646 if (description.hasGammaCorrection) {
652 if (description.hasGammaCorrection) {
705 description.hasGammaCorrection]);

Completed in 40 milliseconds