Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.cpp236 writeSRGB = false; in init()
315 bool modified = (Context::writeSRGB != sRGB); in setWriteSRGB()
316 Context::writeSRGB = sRGB; in setWriteSRGB()
DContext.hpp240 bool writeSRGB; member in sw::Context
DPixelProcessor.hpp77 bool writeSRGB : 1; member
DPixelProcessor.cpp701 …state.writeSRGB = context->writeSRGB && context->renderTarget[0] && Surface::isSRGBwritable(contex… in update()
/external/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.hpp81 bool writeSRGB : 1; member
DPixelProcessor.cpp1036 …state.writeSRGB = context->writeSRGB && context->renderTarget[0] && Surface::isSRGBwritable(contex… in update()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1030 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()
1252 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()
1868 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
DPixelProgram.cpp623 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1165 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in readPixel()
1387 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in writeColor()
2104 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
DPixelProgram.cpp624 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
DPixelPipeline.cpp321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()