Home
last modified time | relevance | path

Searched refs:normalizeNormalsActive (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.hpp380 bool normalizeNormalsActive();
DContext.cpp1123 bool Context::normalizeNormalsActive() in normalizeNormalsActive() function in sw::Context
DVertexProcessor.cpp945 state.normalizeNormals = context->normalizeNormalsActive(); in update()