Searched refs:emptyState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 1495 …const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, Separa… in createDiffTest() local 1505 …drawBuffers.push_back(DrawBufferInfo(true, IVec2(64, 64), emptyState, TextureFormat(tcu::TextureFo… in createDiffTest() 1508 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createDiffTest() 1518 …drawBuffers.push_back(DrawBufferInfo(true, IVec2(64, 64), emptyState, TextureFormat(tcu::TextureFo… in createDiffTest() 1532 …const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, Separa… in createAdvancedEqDiffTest() local 1544 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createAdvancedEqDiffTest() 1567 …const BlendState emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(… in addDrawBufferCommonTests() local 1638 …const BlendState emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >… in createDrawBuffersIndexedTests() local
|