HomeSort by relevance Sort by last modified time
    Searched refs:hasGammaCorrection (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Program.h 162 bool hasGammaCorrection;
211 hasGammaCorrection = false;
286 key |= programid(hasGammaCorrection) << PROGRAM_HAS_GAMMA_CORRECTION;
ProgramCache.cpp 597 op = op * 2 + description.hasGammaCorrection;
657 if (description.hasGammaCorrection) {
716 description.hasGammaCorrection]);
    [all...]
GlopBuilder.cpp 472 mDescription.hasGammaCorrection = enabled;

Completed in 118 milliseconds