Home
last modified time | relevance | path

Searched refs:setTexCoordIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.hpp144 void setTexCoordIndex(unsigned int texCoordIndex);
DTextureStage.cpp133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex) in setTexCoordIndex() function in sw::TextureStage
DPixelProcessor.hpp208 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
DPixelProcessor.cpp189 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() function in sw::PixelProcessor
193 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()