Searched refs:STAGE_SELECTARG2 (Results 1 – 4 of 4) 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()
|