Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.cpp1159 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() function in sw::PixelRoutine
2020 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Renderer/
DContext.cpp756 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local