Home
last modified time | relevance | path

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

/frameworks/native/libs/shaders/
Dshaders.cpp178 bool needsCustomOETF, std::string& shader) { in generateEffectiveOOTF() argument
203 if (needsCustomOETF) { in generateEffectiveOOTF()
238 const bool needsCustomOETF = (linearEffect.fakeOutputDataspace & HAL_DATASPACE_TRANSFER_MASK) == in buildLinearEffectSkSL() local
240 if (needsCustomOETF) { in buildLinearEffectSkSL()
243 generateEffectiveOOTF(linearEffect.undoPremultipliedAlpha, linearEffect.type, needsCustomOETF, in buildLinearEffectSkSL()