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

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp164 , blendEq (blendEq_)
172 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
176 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq; member in struct:deqp::gles31::Functional::__anon3566::BlendState
198 if (blend.blendEq)
200 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; local
202 if (blendEq.is<BlendEq>())
203 gl.blendEquation(blendEq.get<BlendEq>());
204 else if (blendEq.is<SeparateBlendEq>())
205 gl.blendEquationSeparate(blendEq
244 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; local
1039 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; local
[all...]

Completed in 95 milliseconds