Searched refs:alphaBlend (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
|
D | PixelProgram.cpp | 630 alphaBlend(index, buffer, color, x); in rasterOperation() 666 alphaBlend(index, buffer, color, x); in rasterOperation()
|
D | PixelPipeline.cpp | 349 alphaBlend(0, buffer, color, x); in rasterOperation() 370 alphaBlend(0, buffer, color, x); in rasterOperation()
|
D | PixelRoutine.cpp | 1170 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, 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/ |
D | Context.cpp | 759 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local 761 return colorBlend || alphaBlend; in alphaBlendActive()
|