Searched refs:hasSRGB (Results 1 – 2 of 2) sorted by relevance
41 inline bool hasSRGB() const { return mHasSRGB; } in hasSRGB() function42 inline bool hasSRGBWriteControl() const { return hasSRGB() && mHasSRGBWriteControl; } in hasSRGBWriteControl()43 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; } in hasLinearBlending()
340 && mCaches.extensions().hasSRGB() && !bitmap.isHardware()) { in upload()