Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DSwiftConfig.cpp426 …ion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? chec… in page()
545 config.postBlendSRGB = false; in parsePost()
671 config.postBlendSRGB = true; in parsePost()
748 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration()
806 ini.addValue("Testing", "PostBlendSRGB", itoa(config.postBlendSRGB)); in writeConfiguration()
DSwiftConfig.hpp56 bool postBlendSRGB; member
/external/swiftshader/src/Device/
DSwiftConfig.cpp426 …ion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? chec… in page()
545 config.postBlendSRGB = false; in parsePost()
671 config.postBlendSRGB = true; in parsePost()
748 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration()
806 ini.addValue("Testing", "PostBlendSRGB", itoa(config.postBlendSRGB)); in writeConfiguration()
DSwiftConfig.hpp56 bool postBlendSRGB; member
DContext.cpp41 bool postBlendSRGB = false; variable
DRenderer.cpp54 extern bool postBlendSRGB;
2426 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp22 extern bool postBlendSRGB;
231 if(sw::postBlendSRGB) in GetDeviceCaps()
/external/swiftshader/src/Renderer/
DContext.cpp42 bool postBlendSRGB = false; variable
DRenderer.cpp55 extern bool postBlendSRGB;
2860 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp28 extern bool postBlendSRGB;
1030 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.cpp23 extern bool postBlendSRGB;
623 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp28 extern bool postBlendSRGB;
1165 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.cpp23 extern bool postBlendSRGB;
624 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
DPixelPipeline.cpp21 extern bool postBlendSRGB;
321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()