Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DProgramCache.h114 Y410_BT2020_ON = 1 << Y410_BT2020_SHIFT, enumerator
174 inline bool isY410BT2020() const { return (mKey & Y410_BT2020_MASK) == Y410_BT2020_ON; } in isY410BT2020()
DProgramCache.cpp103 Key::Y410_BT2020_ON : Key::Y410_BT2020_OFF); in primeCache()
187 description.isY410BT2020 ? Key::Y410_BT2020_ON : Key::Y410_BT2020_OFF); in computeKey()