Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp6030 …static const glw::GLuint expected_incremented_two[] = { atomic_buffer_data[0], 2 * atomic_buffer_d… in testAtomic() local
6033 static const glw::GLuint expected_decremented_three[] = { 0, expected_incremented_two[1], in testAtomic()
6034 expected_incremented_two[2] }; in testAtomic()
6076 if (false == testAtomicDraw(increment_two, expected_incremented_two)) in testAtomic()