Searched defs:queryMaxNumActiveVariables (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp2345 glw::GLint queryMaxNumActiveVariables = -1; local
2348 gl.getProgramInterfaceiv(program.getProgram(), GL_ATOMIC_COUNTER_BUFFER, GL_MAX_NUM_ACTIVE_VARIABLES, &queryMaxNumActiveVariables);
2354 << "GL_MAX_NUM_ACTIVE_VARIABLES = " << queryMaxNumActiveVariables << "\n"
2363 if (queryMaxNumActiveVariables != expectedMaxNumActiveVariables)

Completed in 127 milliseconds