Lines Matching refs:just
76 using tcu::just;
1396 postCommon.enableBlend = tcu::just(false);
1407 blendState.enableBlend = tcu::just(false);
1522 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)),
1524 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))),
1535 const BlendState preState = BlendState(just(true),
1559 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)),
1561 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))),
1571 const BlendState preState = BlendState(just(true),
1593 const BlendState disableState = BlendState(just(false), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>());
1594 const BlendState enableState = BlendState(just(true), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>());