Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSwiftConfig.cpp356 …html += "<option value='0'" + (config.perspectiveCorrection == 0 ? selected : empty) + ">Off</opti… in page()
357 …html += "<option value='1'" + (config.perspectiveCorrection == 1 ? selected : empty) + ">On (defau… in page()
599 config.perspectiveCorrection = integer != 0; in parsePost()
730 config.perspectiveCorrection = ini.getBoolean("Quality", "PerspectiveCorrection", true); in readConfiguration()
788 ini.addValue("Quality", "PerspectiveCorrection", itoa(config.perspectiveCorrection)); in writeConfiguration()
DSwiftConfig.hpp43 bool perspectiveCorrection; member
DContext.cpp28 extern bool perspectiveCorrection;
714 if(!perspectiveCorrection) in perspectiveActive()
DPixelProcessor.hpp253 void setPerspectiveCorrection(bool perspectiveCorrection);
DPixelProcessor.cpp30 extern bool perspectiveCorrection;
610 perspectiveCorrection = perspectiveEnable; in setPerspectiveCorrection()
DRenderer.hpp53 extern bool perspectiveCorrection;
DRenderer.cpp72 bool perspectiveCorrection = true; variable
2357 setPerspectiveCorrection(configuration.perspectiveCorrection); in updateConfiguration()
/external/swiftshader/src/Main/
DSwiftConfig.cpp356 …html += "<option value='0'" + (config.perspectiveCorrection == 0 ? selected : empty) + ">Off</opti… in page()
357 …html += "<option value='1'" + (config.perspectiveCorrection == 1 ? selected : empty) + ">On (defau… in page()
599 config.perspectiveCorrection = integer != 0; in parsePost()
730 config.perspectiveCorrection = ini.getBoolean("Quality", "PerspectiveCorrection", true); in readConfiguration()
788 ini.addValue("Quality", "PerspectiveCorrection", itoa(config.perspectiveCorrection)); in writeConfiguration()
DSwiftConfig.hpp43 bool perspectiveCorrection; member
/external/swiftshader/src/Renderer/
DContext.cpp28 extern bool perspectiveCorrection;
1190 if(!perspectiveCorrection) in perspectiveActive()
DPixelProcessor.hpp303 void setPerspectiveCorrection(bool perspectiveCorrection);
DRenderer.hpp53 extern bool perspectiveCorrection;
DPixelProcessor.cpp31 extern bool perspectiveCorrection;
925 perspectiveCorrection = perspectiveEnable; in setPerspectiveCorrection()
DRenderer.cpp73 bool perspectiveCorrection = true; variable
2791 setPerspectiveCorrection(configuration.perspectiveCorrection); in updateConfiguration()