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

  /external/swiftshader/src/Renderer/
Context.cpp 540 bool Context::vertexLightingActive()
641 return vertexLightingActive() && specularEnable && vertexNormalActive();
VertexProcessor.hpp 62 bool vertexLightingActive : 1;

Completed in 73 milliseconds