Searched defs:usesAlpha (Results 1 – 2 of 2) sorted by relevance
248 bool TextureStage::usesAlpha(SourceArgument source) const in usesAlpha() function in sw::TextureStage
45 bool usesAlpha = (array[3] || array[8] || array[13]); in initState() local