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

  /external/swiftshader/src/Device/
Context.cpp 374 bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == VK_BLEND_OP_SRC_EXT && sourceBlendFactorAlpha() == VK_BLEND_FACTOR_ONE) : colorBlend;
376 return colorBlend || alphaBlend;
  /external/swiftshader/src/Pipeline/
PixelRoutine.cpp 1036 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x)
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp     [all...]
  /external/swiftshader/src/Renderer/
Context.cpp 760 bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend;
762 return colorBlend || alphaBlend;

Completed in 7020 milliseconds