Searched refs:maxNumActiveVariables (Results 1 – 1 of 1) sorted by relevance
2021 glw::GLint maxNumActiveVariables = -1; in iterate() local2023 …rogram.getProgram(), programGLInterfaceValue, GL_MAX_NUM_ACTIVE_VARIABLES, &maxNumActiveVariables); in iterate()2026 …og() << tcu::TestLog::Message << "MAX_NUM_ACTIVE_VARIABLES = " << maxNumActiveVariables << tcu::Te… in iterate()2028 if (expectedMaxNumActiveVariables != maxNumActiveVariables) in iterate()