Home
last modified time | relevance | path

Searched refs:setNormalizeNormals (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp247 void setNormalizeNormals(bool normalizeNormals);
DVertexProcessor.cpp493 void VertexProcessor::setNormalizeNormals(bool normalizeNormals) in setNormalizeNormals() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGL/
DContext.cpp3241 device->setNormalizeNormals(enable); in setNormalizeNormalsEnabled()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp2016 device->setNormalizeNormals(normalizeEnabled || rescaleNormalEnabled); in applyState()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2823 renderer->setNormalizeNormals(value != FALSE); in SetRenderState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3533 renderer->setNormalizeNormals(value != FALSE); in SetRenderState()