Searched defs:hasSRGB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DExtensions.h44 inline bool hasSRGB() const { return mHasSRGB; } function in class:android::uirenderer::Extensions
45 inline bool hasSRGBWriteControl() const { return hasSRGB() && mHasSRGBWriteControl; }
46 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; }

Completed in 54 milliseconds