Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp6115 GLuint* atomic_results = (GLuint*)gl.mapBuffer(GL_ATOMIC_COUNTER_BUFFER, GL_READ_ONLY); in testAtomicDraw() local
6119 bool result = (0 == memcmp(expected_results, atomic_results, 3 * sizeof(GLuint))); in testAtomicDraw()
6125 …<< "Result: [ " << atomic_results[0] << ", " << atomic_results[1] << ", " << atomic_results[2] << … in testAtomicDraw()