Home
last modified time | relevance | path

Searched defs:usesAlpha (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.cpp248 bool TextureStage::usesAlpha(SourceArgument source) const in usesAlpha() function in sw::TextureStage
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp45 bool usesAlpha = (array[3] || array[8] || array[13]); in initState() local