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

  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 906 if(context->vertexLightActive(i))
942 state.vertexLightActive = context->vertexLightActive(0) << 0 |
943 context->vertexLightActive(1) << 1 |
944 context->vertexLightActive(2) << 2 |
945 context->vertexLightActive(3) << 3 |
946 context->vertexLightActive(4) << 4 |
947 context->vertexLightActive(5) << 5 |
948 context->vertexLightActive(6) << 6 |
949 context->vertexLightActive(7) << 7
    [all...]
Context.hpp 355 bool vertexLightActive();
356 bool vertexLightActive(int i);
VertexProcessor.hpp 66 unsigned int vertexLightActive : 8;
Context.cpp 653 bool Context::vertexLightActive(int i)
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 251 if(!(state.vertexLightActive & (1 << i)))

Completed in 895 milliseconds