Home
last modified time | relevance | path

Searched refs:setDestinationArgument (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.hpp159 void setDestinationArgument(DestinationArgument destinationArgument);
DTextureStage.cpp210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument) in setDestinationArgument() function in sw::TextureStage
DPixelProcessor.hpp220 …void setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgum…
DPixelProcessor.cpp315 …void PixelProcessor::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument … in setDestinationArgument() function in sw::PixelProcessor
319 context->textureStage[stage].setDestinationArgument(destinationArgument); in setDestinationArgument()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3811 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_CURRENT); in SetTextureStageState()
3814 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_TEMP); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5044 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_CURRENT); in SetTextureStageState()
5047 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_TEMP); in SetTextureStageState()