Lines Matching defs:param
1249 return "\n\n Purpose is to verify calls using GL_UNIFORM as an interface param.";
1342 return "\n\n Purpose is to verify calls using GL_UNIFORM as an interface param.\n";
1560 return "\n\n Purpose is to verify calls using GL_UNIFORM_BLOCK as an interface param.\n";
1738 GLint param[bufSize];
1743 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["SimpleBlock"], 1, &prop, bufSize, &length, param);
1746 if (exp.find(param[i]) == exp.end())
1750 << "Unexpected index found in active variables of SimpleBlock: " << param[i]
1771 param);
1774 if (exp2.find(param[i]) == exp2.end())
1778 << "Unexpected index found in active variables of NotSoSimpleBlockk: " << param[i]
1825 return "\n\n Purpose is to verify calls using GL_TRANSFORM_FEEDBACK_VARYING as an interface param.\n";
1919 return "\n\n Purpose is to verify calls using GL_ATOMIC_COUNTER_BUFFER as an interface param.\n";
2001 GLint param[bufSize];
2006 glGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, res, 1, &prop2, bufSize, &length, param);
2009 if (exp.find(param[i]) == exp.end() || length != 2)
2013 << "\nUnexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param[i]
2189 GLint param[bufSize];
2194 glGetProgramResourceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, param);
2197 if (exp.find(param[i]) == exp.end() || length != 2)
2202 << param[i] << tcu::TestLog::EndMessage;
3028 << "Error on: glGetProgramInterfaceiv, if: GL_BUFFER_VARIABLE, param: GL_ACTIVE_RESOURCES\n"
3145 GLint param[bufSize];
3151 param);
3154 if (exp.find(param[i]) == exp.end())
3158 << "Unexpected index found in active variables of SimpleBuffer: " << param[i]
3180 &length, param);
3183 if (exp2.find(param[i]) == exp2.end())
3187 << "Unexpected index found in active variables of NotSoSimpleBuffer: " << param[i]
3233 return "\n\n Purpose is to verify calls using GL_BLOCK_INDEX as an interface param.\n";
3294 return "\n\n Purpose is to verify calls using GL_TRANSFORM_FEEDBACK_VARYING as an interface param with"
3610 << "Call: glGetProgramResourceiv, interface: GL_BUFFER_VARIABLE, param: GL_TOP_LEVEL_ARRAY_STRIDE\n"
4208 return "\n\n Purpose is to verify calls using GL_UNIFORM_BLOCK as an interface param and\n"