Searched refs:STAGE_SELECTARG2 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | TextureStage.cpp | 222 else if(stageOperation == STAGE_SELECTARG2) in usesColor() 292 else if(stageOperation == STAGE_SELECTARG2) in usesAlpha() 337 else if(stageOperationAlpha == STAGE_SELECTARG2) in usesAlpha()
|
D | TextureStage.hpp | 37 STAGE_SELECTARG2, enumerator
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2137 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2144 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2158 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2165 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2181 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2182 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2188 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2194 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2202 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() 2209 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG2); in applyTextures() [all …]
|
/external/swiftshader/src/Shader/ |
D | PixelPipeline.cpp | 591 case TextureStage::STAGE_SELECTARG2: // Arg2 in blendTexture() 924 case TextureStage::STAGE_SELECTARG2: // Arg2 in blendTexture() 1005 case TextureStage::STAGE_SELECTARG2: in blendTexture() 1046 case TextureStage::STAGE_SELECTARG2: in blendTexture() 1085 case TextureStage::STAGE_SELECTARG2: in blendTexture() 1123 case TextureStage::STAGE_SELECTARG2: in blendTexture()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 3168 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG2); in SetTextureStageState() 3339 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_SELECTARG2); in SetTextureStageState()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4539 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG2); in SetTextureStageState() 4716 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_SELECTARG2); in SetTextureStageState()
|