Home
last modified time | relevance | path

Searched refs:alphaBlend (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x);
61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
DPixelProgram.cpp630 alphaBlend(index, buffer, color, x); in rasterOperation()
666 alphaBlend(index, buffer, color, x); in rasterOperation()
DPixelPipeline.cpp349 alphaBlend(0, buffer, color, x); in rasterOperation()
370 alphaBlend(0, buffer, color, x); in rasterOperation()
DPixelRoutine.cpp1170 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() function in sw::PixelRoutine
2029 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Renderer/
DContext.cpp759 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local
761 return colorBlend || alphaBlend; in alphaBlendActive()