Searched defs:alphaBlend (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x) in alphaBlend() function in sw::PixelRoutine 2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
|
/external/swiftshader/src/Device/ |
D | Context.cpp | 685 bool alphaBlend = !(blendOperationAlpha(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive() local
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1164 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4s ¤t, const Int… in alphaBlend() function in sw::PixelRoutine 1926 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4f &oC, const Int &x) in alphaBlend() function in sw::PixelRoutine
|
/external/swiftshader/src/Renderer/ |
D | Context.cpp | 760 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local
|