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

  /frameworks/base/libs/hwui/
Extensions.h 41 inline bool hasSRGB() const { return mHasSRGB; }
42 inline bool hasSRGBWriteControl() const { return hasSRGB() && mHasSRGBWriteControl; }
43 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; }
Texture.cpp 340 && mCaches.extensions().hasSRGB() && !bitmap.isHardware()) {

Completed in 67 milliseconds