Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.cpp63 mHasSRGB = mVersionMajor >= 3 || extensions.has("GL_EXT_sRGB"); in Extensions()
69 LOG_ALWAYS_FATAL_IF(!mHasSRGB, "Linear blending requires ES 3.0 or EXT_sRGB"); in Extensions()
DExtensions.h41 inline bool hasSRGB() const { return mHasSRGB; } in hasSRGB()
56 bool mHasSRGB; variable