Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DTextureStage.hpp147 void setSecondArgument(SourceArgument secondArgument);
DTextureStage.cpp150 void TextureStage::setSecondArgument(SourceArgument secondArgument) in setSecondArgument() function in sw::TextureStage
DPixelProcessor.hpp211 void setSecondArgument(unsigned int stage, TextureStage::SourceArgument secondArgument);
DPixelProcessor.cpp216 …void PixelProcessor::setSecondArgument(unsigned int stage, TextureStage::SourceArgument secondArgu… in setSecondArgument() function in sw::PixelProcessor
220 context->textureStage[stage].setSecondArgument(secondArgument); in setSecondArgument()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp2117 device->setSecondArgument(unit, sw::TextureStage::SOURCE_CURRENT); // Cp in applyTextures()
2248 device->setSecondArgument(unit, es2sw::ConvertSourceArgument(mState.textureUnit[unit].src1RGB)); in applyTextures()