Home
last modified time | relevance | path

Searched refs:texCoordIndexActive (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp89 unsigned char texCoordIndexActive : 3; member
DContext.hpp386 int texCoordIndexActive(int stage);
DVertexProcessor.cpp998 state.textureState[i].texCoordIndexActive = context->texCoordIndexActive(i); in update()
DContext.cpp1173 int Context::texCoordIndexActive(int stage) in texCoordIndexActive() function in sw::Context
/external/swiftshader/src/Shader/
DVertexPipeline.cpp548 int i = state.textureState[stage].texCoordIndexActive; in processTextureCoordinate()