Searched refs:gpuTests (Results 1 – 2 of 2) sorted by relevance
197 SkTArray<Test*> gpuTests; // Always passes ownership to an SkTestRunnable in tool_main() local205 gpuTests.push_back() = test.detach(); in tool_main()214 for (int i = 0; i < gpuTests.count(); i++) { in tool_main()215 gpuTests[i]->setGrContextFactory(&grContextFactory); in tool_main()220 for (int i = 0; i < gpuTests.count(); i++) { in tool_main()221 SkNEW_ARGS(SkTestRunnable, (gpuTests[i], &failCount))->run(); in tool_main()