Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.cpp68 mHasSRGBWriteControl = extensions.has("GL_EXT_sRGB_write_control"); in Extensions()
74 LOG_ALWAYS_FATAL_IF(!mHasSRGBWriteControl, "Linear blending requires EXT_sRGB_write_control"); in Extensions()
DExtensions.h45 inline bool hasSRGBWriteControl() const { return hasSRGB() && mHasSRGBWriteControl; } in hasSRGBWriteControl()
60 bool mHasSRGBWriteControl; variable