Searched refs:INPUT_TF_MASK (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ProgramCache.cpp | 98 shaderKey.set(Key::INPUT_TF_MASK, (i & 1) ? in primeCache() 134 shaderKey.set(Key::BLEND_MASK | Key::OUTPUT_TRANSFORM_MATRIX_MASK | Key::INPUT_TF_MASK | in primeCache() 194 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey() 197 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey() 200 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey() 203 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey()
|
H A D | ProgramCache.h | 98 INPUT_TF_MASK = 3 << INPUT_TF_SHIFT, enumerator 149 inline int getInputTF() const { return (mKey & INPUT_TF_MASK); } in getInputTF()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | ProgramCache.cpp | 98 shaderKey.set(Key::INPUT_TF_MASK, (i & 1) ? in primeCache() 134 shaderKey.set(Key::BLEND_MASK | Key::OUTPUT_TRANSFORM_MATRIX_MASK | Key::INPUT_TF_MASK | in primeCache() 197 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_LINEAR); in computeKey() 200 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_SRGB); in computeKey() 203 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_ST2084); in computeKey() 206 needs.set(Key::INPUT_TF_MASK, Key::INPUT_TF_HLG); in computeKey()
|
H A D | ProgramCache.h | 98 INPUT_TF_MASK = 3 << INPUT_TF_SHIFT, enumerator 158 inline int getInputTF() const { return (mKey & INPUT_TF_MASK); } in getInputTF()
|