Home
last modified time | relevance | path

Searched refs:secondArgumentAlpha (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.cpp47 secondArgumentAlpha = SOURCE_CURRENT; in init()
74 state.secondArgumentAlpha = secondArgumentAlpha; in textureStageState()
170 void TextureStage::setSecondArgumentAlpha(SourceArgument secondArgumentAlpha) in setSecondArgumentAlpha() argument
172 this->secondArgumentAlpha = secondArgumentAlpha; in setSecondArgumentAlpha()
339 return secondArgumentAlpha == source; in usesAlpha()
348 if(firstArgumentAlpha == source || secondArgumentAlpha == source) in usesAlpha()
DTextureStage.hpp107 unsigned int secondArgumentAlpha : BITS(SOURCE_LAST); member
151 void setSecondArgumentAlpha(SourceArgument secondArgumentAlpha);
182 SourceArgument secondArgumentAlpha; member in sw::TextureStage
DPixelProcessor.hpp212 void setSecondArgumentAlpha(unsigned int stage, TextureStage::SourceArgument secondArgumentAlpha);
DPixelProcessor.cpp243 …essor::setSecondArgumentAlpha(unsigned int stage, TextureStage::SourceArgument secondArgumentAlpha) in setSecondArgumentAlpha() argument
247 context->textureStage[stage].setSecondArgumentAlpha(secondArgumentAlpha); in setSecondArgumentAlpha()
/external/swiftshader/src/Shader/
DPixelPipeline.cpp395 textureStage.secondArgumentAlpha == TextureStage::SOURCE_CONSTANT || in blendTexture()
408 textureStage.secondArgumentAlpha == TextureStage::SOURCE_TFACTOR || in blendTexture()
828 switch(textureStage.secondArgumentAlpha) in blendTexture()