Home
last modified time | relevance | path

Searched refs:usesCurrent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.hpp167 bool usesCurrent() const;
DTextureStage.cpp368 bool TextureStage::usesCurrent() const in usesCurrent() function in sw::TextureStage
DContext.cpp1237 …if(textureStage[i].usesCurrent() || textureStage[i].isStageDisabled()) // Current color contains… in diffuseUsed()