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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 62 bool vertexLightingActive : 1;
Context.hpp 348 bool vertexLightingActive();
Context.cpp 539 bool Context::vertexLightingActive()
640 return vertexLightingActive() && specularEnable && vertexNormalActive();
VertexProcessor.cpp 937 state.vertexLightingActive = context->vertexLightingActive();
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 192 if(!state.vertexLightingActive)

Completed in 225 milliseconds