Home
last modified time | relevance | path

Searched refs:halfIntegerCoordinates (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp30 bool halfIntegerCoordinates = false; // Pixel centers are not at integer coordinates variable
DRenderer.hpp57 bool halfIntegerCoordinates; member
DRenderer.cpp45 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
80 sw::halfIntegerCoordinates = conventions.halfIntegerCoordinates; in setGlobalRenderingSettings()
/external/swiftshader/src/Renderer/
DRenderer.hpp57 bool halfIntegerCoordinates; member
DContext.cpp30 bool halfIntegerCoordinates = false; // Pixel centers are not at integer coordinates variable
DRenderer.cpp45 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
81 sw::halfIntegerCoordinates = conventions.halfIntegerCoordinates; in setGlobalRenderingSettings()
/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp26 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
610 if(!halfIntegerCoordinates) in postTransform()
DPixelProgram.cpp25 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
34 if(!halfIntegerCoordinates) in setBuiltins()
/external/swiftshader/src/Shader/
DVertexRoutine.cpp26 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
631 if(!halfIntegerCoordinates && !state.preTransformed) in postTransform()
DPixelProgram.cpp25 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
34 if(!halfIntegerCoordinates) in setBuiltins()