Searched defs:test_case_index (Results 1 – 3 of 3) sorted by relevance
5664 std::string BufferTestBase::getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stag… in test()5707 bool BufferTestBase::testCase(GLuint test_case_index) in test()6141 bool NegativeTestBase::testCase(GLuint test_case_index) in test()6729 void TextureTestBase::prepareAttributes(GLuint test_case_index, Utils::ProgramInterface& program_in… in test()6973 void TextureTestBase::prepareSSBs(GLuint test_case_index, Utils::ProgramInterface& program_interfac… in test()6996 void TextureTestBase::prepareSSBs(GLuint test_case_index, Utils::ProgramInterface& program_interfac… in test()7120 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test()7143 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test()7183 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test()7226 std::string TextureTestBase::getShaderSource(GLuint test_case_index, Utils::ProgramInterface& progr… in test()[all …]
1512 bool TestBase::prepareNextTestCase(GLuint test_case_index) in prepareNextTestCase()1656 GLuint test_case_index = 0; in test() local2504 bool LineContinuationTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()3609 bool UTF8CharactersTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()4039 bool UTF8InSourceTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()4297 bool ImplicitConversionsValidTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()4704 bool ImplicitConversionsInvalidTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()5295 bool ConstAssignmentTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()5755 bool QualifierOrderTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()6123 bool QualifierOrderBlockTest::prepareNextTestCase(glw::GLuint test_case_index) in prepareNextTestCase()[all …]
708 for (size_t test_case_index = 0; test_case_index < n_test_cases; ++test_case_index) in iterate() local