Home
last modified time | relevance | path

Searched refs:testProgramInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp476 void OnTestProgramEnd(const testing::UnitTest &testProgramInfo) override in OnTestProgramEnd() argument
505 const testing::UnitTest &testProgramInfo = *testing::UnitTest::GetInstance(); in FilterTests() local
506 for (int suiteIndex = 0; suiteIndex < testProgramInfo.total_test_suite_count(); ++suiteIndex) in FilterTests()
508 const testing::TestSuite &testSuite = *testProgramInfo.GetTestSuite(suiteIndex); in FilterTests()