Searched refs:m_test_case (Results 1 – 6 of 6) sorted by relevance
1314 , m_test_case(R8) in TexelFetchTest()1328 : RobustnessBase(testCtx, name, description, apiType), m_test_case(R8) in TexelFetchTest()1362 for (; m_test_case < LAST; m_test_case = (TEST_CASES)((GLuint)m_test_case + 1)) in iterate()1367 if (R32UI_MULTISAMPLE == m_test_case || RG8_SNORM == m_test_case) in iterate()1378 m_test_case = (TEST_CASES)((GLuint)m_test_case + 1); in iterate()1397 if (R32UI_MULTISAMPLE == m_test_case) in iterate()1425 if (R32UI_MIPMAP == m_test_case) in iterate()1429 else if (R32UI_MULTISAMPLE == m_test_case) in iterate()1467 if (R32UI_MULTISAMPLE == m_test_case) in iterate()1480 if (R32UI_MULTISAMPLE == m_test_case) in iterate()[all …]
428 TEST_CASES m_test_case; member in glcts::RobustBufferAccessBehavior::TexelFetchTest528 VERSION m_test_case; member in glcts::RobustBufferAccessBehavior::StorageBufferTest571 VERSION m_test_case; member in glcts::RobustBufferAccessBehavior::UniformBufferTest
2571 m_test_case.m_case = DEBUG_CASE; in prepareNextTestCase()2579 m_test_case = test_cases[test_case_index]; in prepareNextTestCase()2583 << "Test case: " << repetitionsToStr((REPETITIONS)m_test_case.m_repetitions) in prepareNextTestCase()2585 << lineEndingsToStr((LINE_ENDINGS)m_test_case.m_line_endings) in prepareNextTestCase()2586 << " line endings, is placed " << casesToStr((CASES)m_test_case.m_case) in prepareNextTestCase()3101 if (DOS == m_test_case.m_line_endings) in getLineContinuationString()3110 GLuint n_repetitions = (ONCE == m_test_case.m_repetitions) ? 1 : m_n_repetitions; in getLineContinuationString()3128 switch (m_test_case.m_case) in isShaderMultipart()3238 switch (m_test_case.m_case) in replaceAllCaseTokens()3307 switch (m_test_case.m_case) in useSourceLengths()[all …]
337 wrongResults(const FunctionalTest::testCase& test_case) : m_test_case(test_case) in wrongResults()350 FunctionalTest::testCase m_test_case; member in gl3cts::TextureSwizzle::FunctionalTest::wrongResults
771 testCase m_test_case; member in gl4cts::GLSL420Pack::LineContinuationTest885 testCase m_test_case; member in gl4cts::GLSL420Pack::UTF8CharactersTest1823 Utils::TEXTURE_TYPES m_test_case; member in gl4cts::GLSL420Pack::BindingSamplersTest2093 Utils::TEXTURE_TYPES m_test_case; member in gl4cts::GLSL420Pack::BindingImagesTest
3909 logTestCaseDetials(exc.m_test_case); in iterate()