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
571 …ture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count); in texCoordActive()1175 return textureStage[stage].texCoordIndex; in texCoordIndexActive()
203 virtual void setTexCoordIndex(unsigned int stage, int texCoordIndex);
177 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() argument181 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()