HomeSort by relevance Sort by last modified time
    Searched refs:texCoordIndex (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/Renderer/
TextureStage.cpp 57 texCoordIndex = stage;
83 state.texCoordIndex = texCoordIndex;
133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex)
135 ASSERT(texCoordIndex < 8);
137 this->texCoordIndex = texCoordIndex;
TextureStage.hpp 116 unsigned int texCoordIndex : BITS(7);
144 void setTexCoordIndex(unsigned int texCoordIndex);
192 int texCoordIndex;
PixelProcessor.hpp 205 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
Context.cpp 576 hasTexture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].count);
1180 return textureStage[stage].texCoordIndex;
PixelProcessor.cpp 180 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex)
184 context->textureStage[stage].setTexCoordIndex(texCoordIndex);
    [all...]
  /external/swiftshader/src/Device/
PixelProcessor.hpp 183 void setTexCoordIndex(unsigned int stage, int texCoordIndex);

Completed in 96 milliseconds