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

  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 22 * Create a threadpool with count threads, or one thread per core if kThreadPerCore.
24 static const int kThreadPerCore = -1;
  /external/skia/include/utils/
SkThreadPool.h 22 * Create a threadpool with count threads, or one thread per core if kThreadPerCore.
24 static const int kThreadPerCore = -1;
  /external/skia/tests/
skia_test.cpp 135 DEFINE_int32(threads, SkThreadPool::kThreadPerCore,
PathOpsSkpClipTest.cpp 642 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
PathOpsExtendedTest.cpp 665 return reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 22 fThreadCount = SkThreadPool::kThreadPerCore;

Completed in 95 milliseconds