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

  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 74 BlendOperation blendOperation : BITS(BLENDOP_LAST);
77 BlendOperation blendOperationAlpha : BITS(BLENDOP_LAST);
284 void setBlendOperation(BlendOperation blendOperation);
289 void setBlendOperationAlpha(BlendOperation blendOperationAlpha);
Context.cpp 415 bool Context::setBlendOperation(BlendOperation blendOperation)
417 bool modified = (Context::blendOperationState != blendOperation);
418 Context::blendOperationState = blendOperation;
443 bool Context::setBlendOperationAlpha(BlendOperation blendOperationAlpha)
758 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE);
811 BlendOperation Context::blendOperation()
975 BlendOperation Context::blendOperationAlpha()
979 return blendOperation();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 97 D2D1_BLEND_OPERATION blendOperation;

Completed in 73 milliseconds