HomeSort by relevance Sort by last modified time
    Searched defs:alphaTestActive (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 123 bool alphaTestActive() const
Context.cpp 516 bool Context::alphaTestActive()
1489 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill());

Completed in 55 milliseconds