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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 89 unsigned char texCoordIndexActive : 3;
Context.hpp 386 int texCoordIndexActive(int stage);
VertexProcessor.cpp 998 state.textureState[i].texCoordIndexActive = context->texCoordIndexActive(i);
Context.cpp 1173 int Context::texCoordIndexActive(int stage)
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 548 int i = state.textureState[stage].texCoordIndexActive;

Completed in 1981 milliseconds