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

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp121 struct SeparateBlendEq struct in namespace:deqp::gles31::Functional::__anon4685
123 SeparateBlendEq (BlendEq rgb_, BlendEq alpha_) function in struct:deqp::gles31::Functional::__anon4685::SeparateBlendEq
164 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_,
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
208 else if (blendEq.is<SeparateBlendEq>())
209 gl.blendEquationSeparate(blendEq.get<SeparateBlendEq>().rgb, blendEq.get<SeparateBlendEq>().alpha);
248 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
252 else if (blendEq.is<SeparateBlendEq>())
[all...]

Completed in 84 milliseconds