Home
last modified time | relevance | path

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

/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/swiftshader/src/Device/
DContext.hpp104 struct BlendState : sw::Memset<BlendState> struct
106 BlendState() in BlendState() argument
110 BlendState(bool alphaBlendEnable, in BlendState() function
127 bool alphaBlendEnable;
128 VkBlendFactor sourceBlendFactor;
129 VkBlendFactor destBlendFactor;
130 VkBlendOp blendOperation;
131 VkBlendFactor sourceBlendFactorAlpha;
132 VkBlendFactor destBlendFactorAlpha;
133 VkBlendOp blendOperationAlpha;
/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/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp159 struct BlendState struct
161 BlendState (void) {} in BlendState() function
163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() function
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.cpp89 BlendState::BlendState() in BlendState() function in gl::BlendState
106 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState