Searched refs:preState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 1510 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createDiffTest() local 1519 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createDiffTest() 1523 const BlendState preState = BlendState(just(true), in createDiffTest() local 1532 return new DrawBuffersIndexedTest(context, preState, commonState, drawBuffers, name, name); in createDiffTest() 1547 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createAdvancedEqDiffTest() local 1555 return new DrawBuffersIndexedTest(context, preState, emptyState, drawBuffers, name, name); in createAdvancedEqDiffTest() 1559 const BlendState preState = BlendState(just(true), in createAdvancedEqDiffTest() local 1567 return new DrawBuffersIndexedTest(context, preState, commonState, drawBuffers, name, name); in createAdvancedEqDiffTest()
|