Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp316 writeSRGB = false; in init()
460 bool modified = (Context::writeSRGB != sRGB); in setWriteSRGB()
461 Context::writeSRGB = sRGB; in setWriteSRGB()
DContext.hpp531 bool writeSRGB; member in sw::Context
DPixelProcessor.hpp84 bool writeSRGB : 1; member
DPixelProcessor.cpp1045 …state.writeSRGB = context->writeSRGB && context->renderTarget[0] && Surface::isSRGBwritable(contex… in update()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1165 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()
1387 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()
2111 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
DPixelProgram.cpp653 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
DPixelPipeline.cpp321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()