Searched refs:texCoordIndexActive (Results 1 – 5 of 5) sorted by relevance
89 unsigned char texCoordIndexActive : 3; member
386 int texCoordIndexActive(int stage);
998 state.textureState[i].texCoordIndexActive = context->texCoordIndexActive(i); in update()
1173 int Context::texCoordIndexActive(int stage) in texCoordIndexActive() function in sw::Context
548 int i = state.textureState[stage].texCoordIndexActive; in processTextureCoordinate()