Lines Matching defs:test_name
1450 * @param test_name Test name
1453 TestBase::TestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_description)
1454 : TestCase(context, test_name, test_description)
1744 * @param test_name Name of test
1747 APITestBase::APITestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_description)
1748 : TestBase(context, test_name, test_description)
1877 * @param test_name Test name
1880 GLSLTestBase::GLSLTestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_description)
1881 : TestBase(context, test_name, test_description)
2243 * @param test_name Test name
2246 NegativeTestBase::NegativeTestBase(deqp::Context& context, const glw::GLchar* test_name,
2248 : TestBase(context, test_name, test_description)
2355 BindingImageTest::BindingImageTest(deqp::Context& context, const glw::GLchar* test_name,
2357 : GLSLTestBase(context, test_name, test_description)
6004 std::string test_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, "test");
6005 GLint test_loc = program.getAttribLocation(test_name.c_str());
6405 std::string test_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, "test");
6406 GLint test_loc = program.getAttribLocation(test_name.c_str());
7929 std::string test_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, "test");
7930 GLint test_loc = program.getAttribLocation(test_name.c_str());