Searched refs:expected_incremented_two (Results 1 – 1 of 1) sorted by relevance
6028 …static const glw::GLuint expected_incremented_two[] = { atomic_buffer_data[0], 2 * atomic_buffer_d… in testAtomic() local6031 static const glw::GLuint expected_decremented_three[] = { 0, expected_incremented_two[1], in testAtomic()6032 expected_incremented_two[2] }; in testAtomic()6074 if (false == testAtomicDraw(increment_two, expected_incremented_two)) in testAtomic()