Searched defs:BlendState (Results 1 – 5 of 5) sorted by relevance
41 struct BlendState : Memset<BlendState> struct43 BlendState() in BlendState() function47 BlendState(bool alphaBlendEnable, in BlendState() argument64 bool alphaBlendEnable;65 VkBlendFactor sourceBlendFactor;66 VkBlendFactor destBlendFactor;67 VkBlendOp blendOperation;68 VkBlendFactor sourceBlendFactorAlpha;69 VkBlendFactor destBlendFactorAlpha;70 VkBlendOp blendOperationAlpha;
43 struct BlendState struct45 deUint32 equation;46 deUint32 srcFunc;47 deUint32 dstFunc;49 BlendState (void) in BlendState() argument
207 struct BlendState struct209 BlendEquation equation;210 BlendFunc srcFunc;211 BlendFunc dstFunc;213 BlendState (void) in BlendState() argument
159 struct BlendState struct161 BlendState (void) {} in BlendState() argument163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument174 bool isEmpty (void) const in isEmpty()179 Maybe<bool> enableBlend;180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;182 Maybe<BVec4> colorMask;
48 BlendState::BlendState() in BlendState() function in gl::BlendState65 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState