Searched refs:texCoordIndex (Results 1 – 6 of 6) sorted by relevance
57 texCoordIndex = stage; in init()83 state.texCoordIndex = texCoordIndex; in textureStageState()133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex) in setTexCoordIndex() argument135 ASSERT(texCoordIndex < 8); in setTexCoordIndex()137 this->texCoordIndex = texCoordIndex; in setTexCoordIndex()
116 unsigned int texCoordIndex : BITS(7); member144 void setTexCoordIndex(unsigned int texCoordIndex);192 int texCoordIndex; member in sw::TextureStage
576 …ture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count); in texCoordActive()1180 return textureStage[stage].texCoordIndex; in texCoordIndexActive()
205 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
180 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() argument184 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()
183 void setTexCoordIndex(unsigned int stage, int texCoordIndex);