Home
last modified time | relevance | path

Searched refs:hasSRGB (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DExtensions.h41 inline bool hasSRGB() const { return mHasSRGB; } in hasSRGB() function
42 inline bool hasSRGBWriteControl() const { return hasSRGB() && mHasSRGBWriteControl; } in hasSRGBWriteControl()
43 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; } in hasLinearBlending()
DTexture.cpp340 && mCaches.extensions().hasSRGB() && !bitmap.isHardware()) { in upload()