Home
last modified time | relevance | path

Searched refs:postCommon (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp1360 void genRandomTest (de::Random& rng, BlendState& preCommon, BlendState& postCommon, vector<DrawBuff… in genRandomTest() argument
1363 genRandomBlendState(rng, postCommon); in genRandomTest()
1378 if (postCommon.enableBlend && *postCommon.enableBlend) in genRandomTest()
1382 postCommon.enableBlend = tcu::nothing<bool>(); in genRandomTest()
1384 postCommon.enableBlend = tcu::just(false); in genRandomTest()
1389 if (!postCommon.enableBlend) in genRandomTest()