Searched refs:texCoordIndex (Results 1 – 5 of 5) 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()
208 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
189 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() argument193 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()