OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowThreaded
(Results
1 - 6
of
6
) sorted by null
/external/skia/tests/
Test.cpp
77
virtual bool
allowThreaded
() const SK_OVERRIDE {
78
return fReporter->
allowThreaded
();
Test.h
35
virtual bool
allowThreaded
() const { return false; }
skia_test.cpp
59
DebugfReporter(bool allowExtendedTest, bool
allowThreaded
, bool verbose)
64
, fAllowThreaded(
allowThreaded
)
76
virtual bool
allowThreaded
() const SK_OVERRIDE {
SkpSkGrTest.cpp
676
int threadCount = reporter->
allowThreaded
() ? 3 : 1;
PathOpsSkpClipTest.cpp
642
int threadCount = reporter->
allowThreaded
() ? SkThreadPool::kThreadPerCore : 1;
PathOpsExtendedTest.cpp
665
return reporter->
allowThreaded
() ? SkThreadPool::kThreadPerCore : 1;
Completed in 54 milliseconds