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
163 if (inputTF == Key::INPUT_TF_SRGB && outputTF == Key::OUTPUT_TF_LINEAR) { in needsToneMapping()
DProgramCache.cpp136 Key::BLEND_PREMULT | Key::OUTPUT_TRANSFORM_MATRIX_ON | Key::INPUT_TF_SRGB | in primeCache()
197 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey()
231 case Key::INPUT_TF_SRGB: in generateEOTF()