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.h159 bool hasGammaCorrection; member in struct:android::uirenderer::ProgramDescription
201 hasGammaCorrection = false;
268 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION;
H A DProgramCache.cpp545 op = op * 2 + description.hasGammaCorrection;
601 if (description.hasGammaCorrection) {
638 if (description.hasGammaCorrection) {
644 if (description.hasGammaCorrection) {
699 description.hasGammaCorrection]);

Completed in 102 milliseconds