Searched refs:setStageOperation (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2101 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2107 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures() 2113 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures() 2122 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2128 device->setStageOperation(unit, sw::TextureStage::STAGE_MODULATE); in applyTextures() 2134 device->setStageOperation(unit, sw::TextureStage::STAGE_MODULATE); in applyTextures() 2145 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2151 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures() 2157 …device->setStageOperation(unit, sw::TextureStage::STAGE_BLENDTEXTUREALPHA); // Alpha * (Arg1 - A… in applyTextures() 2166 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() [all …]
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4532 renderer->setStageOperation(stage, sw::TextureStage::STAGE_DISABLE); in SetTextureStageState() 4535 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG1); in SetTextureStageState() 4538 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG2); in SetTextureStageState() 4541 renderer->setStageOperation(stage, sw::TextureStage::STAGE_MODULATE); in SetTextureStageState() 4544 renderer->setStageOperation(stage, sw::TextureStage::STAGE_MODULATE2X); in SetTextureStageState() 4547 renderer->setStageOperation(stage, sw::TextureStage::STAGE_MODULATE4X); in SetTextureStageState() 4550 renderer->setStageOperation(stage, sw::TextureStage::STAGE_ADD); in SetTextureStageState() 4553 renderer->setStageOperation(stage, sw::TextureStage::STAGE_ADDSIGNED); in SetTextureStageState() 4556 renderer->setStageOperation(stage, sw::TextureStage::STAGE_ADDSIGNED2X); in SetTextureStageState() 4559 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SUBTRACT); in SetTextureStageState() [all …]
|
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 145 void setStageOperation(StageOperation stageOperation);
|
D | TextureStage.cpp | 140 void TextureStage::setStageOperation(StageOperation stageOperation) in setStageOperation() function in sw::TextureStage
|
D | PixelProcessor.hpp | 204 virtual void setStageOperation(unsigned int stage, TextureStage::StageOperation stageOperation);
|
D | PixelProcessor.cpp | 186 …void PixelProcessor::setStageOperation(unsigned int stage, TextureStage::StageOperation stageOpera… in setStageOperation() function in sw::PixelProcessor 190 context->textureStage[stage].setStageOperation(stageOperation); in setStageOperation()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.cpp | 2051 device->setStageOperation(samplerIndex, sw::TextureStage::STAGE_MODULATE); in applyTextures() 2067 device->setStageOperation(samplerIndex, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
|