Lines Matching refs:param

1011 		return "\n\n Purpose is to verify calls using GL_UNIFORM as an interface param.";
1096 return "\n\n Purpose is to verify calls using GL_UNIFORM as an interface param.\n";
1283 return "\n\n Purpose is to verify calls using GL_UNIFORM_BLOCK as an interface param.\n";
1448 GLint param[bufSize];
1453 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["SimpleBlock"], 1, &prop, bufSize, &length, param);
1456 if (exp.find(param[i]) == exp.end())
1460 << "Unexpected index found in active variables of SimpleBlock: " << param[i]
1481 param);
1484 if (exp2.find(param[i]) == exp2.end())
1488 << "Unexpected index found in active variables of NotSoSimpleBlockk: " << param[i]
1535 return "\n\n Purpose is to verify calls using GL_BLOCK_INDEX as an interface param.\n";
1596 return "\n\n Purpose is to verify calls using GL_TRANSFORM_FEEDBACK_VARYING as an interface param.\n";
1689 return "\n\n Purpose is to verify calls using GL_TRANSFORM_FEEDBACK_VARYING as an interface param.\n";
1777 return "\n\n Purpose is to verify calls using GL_ATOMIC_COUNTER_BUFFER as an interface param.\n";
1871 GLint param[bufSize];
1876 glGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, res, 1, &prop2, bufSize, &length, param);
1879 if (exp.find(param[i]) == exp.end() || length != 2)
1883 << "Unexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param[i]
1928 return "\n\n Purpose is to verify calls using GL_ATOMIC_COUNTER_BUFFER as an interface param.\n";
2008 GLint param[bufSize];
2023 glGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, res, 1, &prop2, bufSize, &length, param);
2026 if (exp.find(param[i]) == exp.end() || length != 3)
2030 << "Unexpected index/length found in active variables of ATOMIC_COUNTER_BUFFER: " << param[i]
2366 << "Error on: glGetProgramInterfaceiv, if: GL_BUFFER_VARIABLE, param: GL_ACTIVE_RESOURCES\n"
2463 GLint param[bufSize];
2469 param);
2472 if (exp.find(param[i]) == exp.end())
2476 << "Unexpected index found in active variables of SimpleBuffer: " << param[i]
2498 &length, param);
2501 if (exp2.find(param[i]) == exp2.end())
2505 << "Unexpected index found in active variables of NotSoSimpleBuffer: " << param[i]
2517 << param[i] << "\nExpected length: 3, actual length: " << length << tcu::TestLog::EndMessage;
2764 << "Call: glGetProgramResourceiv, interface: GL_BUFFER_VARIABLE, param: GL_TOP_LEVEL_ARRAY_STRIDE\n"
3002 return "\n\n Purpose is to verify calls using GL_UNIFORM_BLOCK as an interface param and\n"