Home
last modified time | relevance | path

Searched refs:STAGE_SELECTARG1 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.cpp45 stageOperationAlpha = (stage == 0 ? STAGE_SELECTARG1 : STAGE_DISABLE); in init()
218 if(stageOperation == STAGE_SELECTARG1 || stageOperation == STAGE_PREMODULATE) in usesColor()
285 if(stageOperation == STAGE_SELECTARG1 || stageOperation == STAGE_PREMODULATE) in usesAlpha()
333 if(stageOperationAlpha == STAGE_SELECTARG1 || stageOperationAlpha == STAGE_PREMODULATE) in usesAlpha()
DTextureStage.hpp36 STAGE_SELECTARG1, enumerator
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp809 case GL_REPLACE: return sw::TextureStage::STAGE_SELECTARG1; in ConvertCombineOperation()
817 default: UNREACHABLE(operation); return sw::TextureStage::STAGE_SELECTARG1; in ConvertCombineOperation()
DContext.cpp2138 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2143 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2149 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2150 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2187 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2271 device->setStageOperation(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
2275 device->setStageOperationAlpha(unit, sw::TextureStage::STAGE_SELECTARG1); in applyTextures()
/external/swiftshader/src/Shader/
DPixelPipeline.cpp586 case TextureStage::STAGE_SELECTARG1: // Arg1 in blendTexture()
921 case TextureStage::STAGE_SELECTARG1: // Arg1 in blendTexture()
1004 case TextureStage::STAGE_SELECTARG1: in blendTexture()
1045 case TextureStage::STAGE_SELECTARG1: in blendTexture()
1084 case TextureStage::STAGE_SELECTARG1: in blendTexture()
1122 case TextureStage::STAGE_SELECTARG1: in blendTexture()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3165 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG1); in SetTextureStageState()
3336 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_SELECTARG1); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp4536 renderer->setStageOperation(stage, sw::TextureStage::STAGE_SELECTARG1); in SetTextureStageState()
4713 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_SELECTARG1); in SetTextureStageState()