Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp2356 glw::GLint queryMaxNumActiveVariables = -1; in iterate() local
2359 ….getProgram(), GL_ATOMIC_COUNTER_BUFFER, GL_MAX_NUM_ACTIVE_VARIABLES, &queryMaxNumActiveVariables); in iterate()
2365 << "GL_MAX_NUM_ACTIVE_VARIABLES = " << queryMaxNumActiveVariables << "\n" in iterate()
2374 if (queryMaxNumActiveVariables != expectedMaxNumActiveVariables) in iterate()