Searched refs:numActiveVariables (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.cpp | 63 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables() local 65 activeVariables.resize(numActiveVariables); in getProgramInterfaceActiveVariables() 66 if (numActiveVariables > 0) in getProgramInterfaceActiveVariables()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 2381 glw::GLint numActiveVariables = -2; in iterate() local 2384 …GL_ATOMIC_COUNTER_BUFFER, bufferNdx, 1, &numActiveVariablesProp, 1, &written, &numActiveVariables); in iterate() 2387 if (numActiveVariables <= 0) in iterate() 2389 …tLog::Message << "Error, got unexpected NUM_ACTIVE_VARIABLES: " << numActiveVariables << tcu::Tes… in iterate() 2401 …tLog() << tcu::TestLog::Message << "GL_NUM_ACTIVE_VARIABLES = " << numActiveVariables << tcu::Test… in iterate() 2404 activeVariables.resize(numActiveVariables + 1, -2); in iterate() 2406 …m(), GL_ATOMIC_COUNTER_BUFFER, bufferNdx, 1, &activeVariablesProp, numActiveVariables, &written, &… in iterate() 2409 if (written != numActiveVariables) in iterate() 2411 …unexpected number of ACTIVE_VARIABLES, NUM_ACTIVE_VARIABLES = " << numActiveVariables << ", query … in iterate()
|