Searched refs:exactColorRounding (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.hpp | 58 bool exactColorRounding; member
|
D | SwiftConfig.cpp | 428 …><td><input name = 'exactColorRounding' type='checkbox'" + (config.exactColorRounding == true ? ch… in page() 547 config.exactColorRounding = false; in parsePost() 676 config.exactColorRounding = true; in parsePost() 751 config.exactColorRounding = ini.getBoolean("Testing", "ExactColorRounding", true); in readConfiguration() 809 ini.addValue("Testing", "ExactColorRounding", itoa(config.exactColorRounding)); in writeConfiguration()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.cpp | 56 extern bool exactColorRounding; 75 static void setGlobalRenderingSettings(Conventions conventions, bool exactColorRounding) in setGlobalRenderingSettings() argument 88 sw::exactColorRounding = exactColorRounding; in setGlobalRenderingSettings() 145 …Renderer::Renderer(Context *context, Conventions conventions, bool exactColorRounding) : VertexPro… in Renderer() argument 147 setGlobalRenderingSettings(conventions, exactColorRounding); in Renderer() 2962 exactColorRounding = configuration.exactColorRounding; in updateConfiguration()
|
D | Renderer.hpp | 274 Renderer(Context *context, Conventions conventions, bool exactColorRounding);
|
D | Context.cpp | 43 bool exactColorRounding = false; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 29 extern bool exactColorRounding; 1392 if(exactColorRounding) in writeColor()
|