Searched refs:isStageDisabled (Results 1 – 3 of 3) sorted by relevance
66 if(!isStageDisabled()) in textureStageState()394 bool TextureStage::isStageDisabled() const in isStageDisabled() function in sw::TextureStage404 return previousStage->isStageDisabled(); in isStageDisabled()410 …return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE… in writesCurrent()
171 bool isStageDisabled() const;
1223 if(textureStage[i].isStageDisabled()) in diffuseUsed()1237 …if(textureStage[i].usesCurrent() || textureStage[i].isStageDisabled()) // Current color contains… in diffuseUsed()1306 if(textureStage[i].isStageDisabled()) break; in specularUsed()