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

  /external/swiftshader/src/Renderer/
TextureStage.hpp 144 void setTexCoordIndex(unsigned int texCoordIndex);
PixelProcessor.hpp 203 virtual void setTexCoordIndex(unsigned int stage, int texCoordIndex);
TextureStage.cpp 133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex)
PixelProcessor.cpp 177 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex)
181 context->textureStage[stage].setTexCoordIndex(texCoordIndex);
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 379 milliseconds