Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluStateReset.cpp460 int maxAtomicCounterBufferBindings = 0; in resetStateES() local
461 gl.getIntegerv (GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS, &maxAtomicCounterBufferBindings); in resetStateES()
464 for (int ndx = 0; ndx < maxAtomicCounterBufferBindings; ndx++) in resetStateES()