Searched refs:preState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 1499 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createDiffTest() local 1508 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createDiffTest() 1512 const BlendState preState = BlendState(just(true), in createDiffTest() local 1521 return new DrawBuffersIndexedTest(context, preState, commonState, drawBuffers, name, name); in createDiffTest() 1536 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createAdvancedEqDiffTest() local 1544 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createAdvancedEqDiffTest() 1548 const BlendState preState = BlendState(just(true), in createAdvancedEqDiffTest() local 1556 return new DrawBuffersIndexedTest(context, preState, commonState, drawBuffers, name, name); in createAdvancedEqDiffTest()
|