Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp2132 glw::GLint maxNumActiveVariables = -1; in iterate() local
2135 &maxNumActiveVariables); in iterate()
2138 …testCtx.getLog() << tcu::TestLog::Message << "MAX_NUM_ACTIVE_VARIABLES = " << maxNumActiveVariables in iterate()
2141 if (expectedMaxNumActiveVariables != maxNumActiveVariables) in iterate()