Home
last modified time | relevance | path

Searched defs:BlendState (Results 1 – 3 of 3) 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/deqp/framework/referencerenderer/
DrrRenderState.hpp207 struct BlendState struct
209 BlendEquation equation;
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
213 BlendState (void) in BlendState() function
/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;