Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.cpp1113 bool dstSRGB = Surface::isSRGBformat(state.destFormat); in ApplyScaleAndClamp() local
1115 …if(state.convertSRGB && ((srcSRGB && !preScaled) || dstSRGB)) // One of the formats is sRGB enco… in ApplyScaleAndClamp()
/external/swiftshader/src/Device/
DBlitter.cpp1369 bool dstSRGB = state.destFormat.isSRGBformat(); in ApplyScaleAndClamp() local
1371 …if(state.allowSRGBConversion && ((srcSRGB && !preScaled) || dstSRGB)) // One of the formats is sR… in ApplyScaleAndClamp()