Home
last modified time | relevance | path

Searched defs:BlendState (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp41 struct BlendState : Memset<BlendState> struct
43 BlendState() in BlendState() function
47 BlendState(bool alphaBlendEnable, in BlendState() argument
64 bool alphaBlendEnable;
65 VkBlendFactor sourceBlendFactor;
66 VkBlendFactor destBlendFactor;
67 VkBlendOp blendOperation;
68 VkBlendFactor sourceBlendFactorAlpha;
69 VkBlendFactor destBlendFactorAlpha;
70 VkBlendOp blendOperationAlpha;
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp43 struct BlendState struct
45 deUint32 equation;
46 deUint32 srcFunc;
47 deUint32 dstFunc;
49 BlendState (void) in BlendState() argument
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp207 struct BlendState struct
209 BlendEquation equation;
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
213 BlendState (void) in BlendState() argument
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp159 struct BlendState struct
161 BlendState (void) {} in BlendState() argument
163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument
174 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;
/external/angle/src/libANGLE/
Dangletypes.cpp48 BlendState::BlendState() in BlendState() function in gl::BlendState
65 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState