Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.h88 INPUT_TF_SRGB = 1 << INPUT_TF_SHIFT, enumerator
141 if (inputTF == Key::INPUT_TF_SRGB && outputTF == Key::OUTPUT_TF_LINEAR) { in needsToneMapping()
DProgramCache.cpp113 Key::INPUT_TF_SRGB | Key::OUTPUT_TF_SRGB); in primeCache()
166 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
200 case Key::INPUT_TF_SRGB: in generateEOTF()