OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowThreaded
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
Test.cpp
79
virtual bool
allowThreaded
() const SK_OVERRIDE {
80
return fReporter->
allowThreaded
();
Test.h
35
virtual bool
allowThreaded
() const { return false; }
skia_test.cpp
60
DebugfReporter(bool allowExtendedTest, bool
allowThreaded
, bool verbose)
65
, fAllowThreaded(
allowThreaded
)
77
virtual bool
allowThreaded
() const SK_OVERRIDE {
PathOpsExtendedTest.cpp
650
return reporter->
allowThreaded
() ? SkThreadPool::kThreadPerCore : 1;
Completed in 33 milliseconds