Searched refs:setTexCoordIndex (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 144 void setTexCoordIndex(unsigned int texCoordIndex);
|
D | TextureStage.cpp | 133 void TextureStage::setTexCoordIndex(unsigned int texCoordIndex) in setTexCoordIndex() function in sw::TextureStage
|
D | PixelProcessor.hpp | 205 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
|
D | PixelProcessor.cpp | 180 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex() function in sw::PixelProcessor 184 context->textureStage[stage].setTexCoordIndex(texCoordIndex); in setTexCoordIndex()
|
/external/swiftshader/src/Device/ |
D | PixelProcessor.hpp | 183 void setTexCoordIndex(unsigned int stage, int texCoordIndex);
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 3513 renderer->setTexCoordIndex(stage, value & 0xFFFF); in SetTextureStageState() 3521 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState() 3525 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState() 3529 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4896 renderer->setTexCoordIndex(stage, value & 0x0000FFFF); in SetTextureStageState() 4904 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState() 4908 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState() 4912 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState() 4916 renderer->setTexCoordIndex(stage, stage); in SetTextureStageState()
|