Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DSwiftConfig.hpp57 bool postBlendSRGB; member
DSwiftConfig.cpp427 …ion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? chec… in page()
546 config.postBlendSRGB = false; in parsePost()
672 config.postBlendSRGB = true; in parsePost()
750 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration()
808 ini.addValue("Testing", "PostBlendSRGB", itoa(config.postBlendSRGB)); in writeConfiguration()
/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;
2961 postBlendSRGB = configuration.postBlendSRGB; in updateConfiguration()
/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()
2111 if((postBlendSRGB && state.writeSRGB) || isSRGB(index)) in alphaBlend()
DPixelProgram.cpp23 extern bool postBlendSRGB;
653 if(!postBlendSRGB && state.writeSRGB && !isSRGB(index)) in rasterOperation()
DPixelPipeline.cpp21 extern bool postBlendSRGB;
321 if(!postBlendSRGB && state.writeSRGB) in rasterOperation()