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