HomeSort by relevance Sort by last modified time
    Searched defs:vertexNormalActive (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
Context.cpp 640 return vertexLightingActive() && specularEnable && vertexNormalActive();
643 bool Context::vertexNormalActive()
VertexProcessor.hpp 60 bool vertexNormalActive : 1;

Completed in 57 milliseconds