Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DProgramCache.h100 INPUT_TF_SRGB = 1 << INPUT_TF_SHIFT, enumerator
156 if (inputTF == Key::INPUT_TF_SRGB && outputTF == Key::OUTPUT_TF_LINEAR) { in needsToneMapping()
DProgramCache.cpp107 Key::BLEND_PREMULT | Key::OUTPUT_TRANSFORM_MATRIX_ON | Key::INPUT_TF_SRGB | in primeCache()
169 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
203 case Key::INPUT_TF_SRGB: in generateEOTF()