HomeSort by relevance Sort by last modified time
    Searched refs:gpuTests (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 179 SkTArray<Test*> gpuTests; // Always passes ownership to an SkTestRunnable
187 gpuTests.push_back() = test.detach();
196 for (int i = 0; i < gpuTests.count(); i++) {
197 gpuTests[i]->setGrContextFactory(&grContextFactory);
202 for (int i = 0; i < gpuTests.count(); i++) {
203 SkNEW_ARGS(SkTestRunnable, (gpuTests[i], &failCount))->run();
  /external/skia/tests/
skia_test.cpp 197 SkTArray<Test*> gpuTests; // Always passes ownership to an SkTestRunnable
205 gpuTests.push_back() = test.detach();
214 for (int i = 0; i < gpuTests.count(); i++) {
215 gpuTests[i]->setGrContextFactory(&grContextFactory);
220 for (int i = 0; i < gpuTests.count(); i++) {
221 SkNEW_ARGS(SkTestRunnable, (gpuTests[i], &failCount))->run();

Completed in 78 milliseconds