Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tests/
Dskia_test.cpp197 SkTArray<Test*> gpuTests; // Always passes ownership to an SkTestRunnable in tool_main() local
205 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()
/external/skia/tests/
Dskia_test.cpp197 SkTArray<Test*> gpuTests; // Always passes ownership to an SkTestRunnable in tool_main() local
205 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()