Searched defs:BlendState (Results 1 – 9 of 9) sorted by relevance
43 struct BlendState struct45 deUint32 equation;46 deUint32 srcFunc;47 deUint32 dstFunc;49 BlendState (void) in BlendState() function
87 struct BlendState : sw::Memset<BlendState> struct89 BlendState() in BlendState() argument93 BlendState(bool alphaBlendEnable, in BlendState() argument110 bool alphaBlendEnable;111 VkBlendFactor sourceBlendFactor;112 VkBlendFactor destBlendFactor;113 VkBlendOp blendOperation;114 VkBlendFactor sourceBlendFactorAlpha;115 VkBlendFactor destBlendFactorAlpha;116 VkBlendOp blendOperationAlpha;
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() function163 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;
159 struct BlendState struct161 BlendState (void) {} in BlendState() argument163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() function174 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;
245 struct BlendState struct251 static inline BlendState * argument
72 BlendState::BlendState() in BlendState() function in gl::BlendState89 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState
197 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member
203 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member