• Home
  • Raw
  • Download

Lines Matching refs:Either

66 using tcu::Either;
164 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_, in BlendState()
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState()
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setCommonBlendState()
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState()
248 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setIndexedBlendState()
260 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setIndexedBlendState()
1069 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in logBlendState()
1081 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in logBlendState()
1495 …= BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), tcu::nothing… in createDiffTest()
1501 …(commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFu… in createDiffTest()
1513 tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), in createDiffTest()
1514 Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_ONE, GL_ONE)), in createDiffTest()
1532 …= BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), tcu::nothing… in createAdvancedEqDiffTest()
1538 …(commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFu… in createAdvancedEqDiffTest()
1549 tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), in createAdvancedEqDiffTest()
1550 Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_ONE, GL_ONE)), in createAdvancedEqDiffTest()
1567 …tate emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1570 …State disableState = BlendState(just(false), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1571 …dState enableState = BlendState(just(true), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1580 …eA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_ADD), May… in addDrawBufferCommonTests()
1581 … = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_SUBTRACT), M… in addDrawBufferCommonTests()
1583 …tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_ADD, GL_FUN… in addDrawBufferCommonTests()
1584 …tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_SUBTRACT, G… in addDrawBufferCommonTests()
1586 …teA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_DIFFERENCE), Ma… in addDrawBufferCommonTests()
1587 …tateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_SCREEN), Mayb… in addDrawBufferCommonTests()
1603 …cStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1604 …cStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1605 …uncStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1606 …uncStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1615 …MaskState = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1616 …MaskState = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in addDrawBufferCommonTests()
1638 …ate emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Eit… in createDrawBuffersIndexedTests()