Searched defs:SeparateBlendEq (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp117 struct SeparateBlendEq struct in namespace:deqp::gles31::Functional::__anon3566
119 SeparateBlendEq (BlendEq rgb_, BlendEq alpha_) function in struct:deqp::gles31::Functional::__anon3566::SeparateBlendEq
160 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_,
176 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
200 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
204 else if (blendEq.is<SeparateBlendEq>())
205 gl.blendEquationSeparate(blendEq.get<SeparateBlendEq>().rgb, blendEq.get<SeparateBlendEq>().alpha);
244 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
248 else if (blendEq.is<SeparateBlendEq>())
[all...]

Completed in 21 milliseconds