Home
last modified time | relevance | path

Searched refs:fTestPrecompile (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/flags/
DCommonFlagsConfig.h84 bool getTestPrecompile() const { return fTestPrecompile; } in getTestPrecompile()
99 bool fTestPrecompile; variable
124 , fTestPrecompile(testPrecompile) { in SkCommandLineConfigGraphite()
131 bool getTestPrecompile() const { return fTestPrecompile; } in getTestPrecompile()
137 bool fTestPrecompile; variable
DCommonFlagsConfig.cpp541 , fTestPrecompile(testPrecompile) in SkCommandLineConfigGpu()
/third_party/skia/dm/
DDMSrcSink.h598 bool fTestPrecompile; variable
DDMSrcSink.cpp2149 , fTestPrecompile(config->getTestPrecompile()) { in GraphiteSink()
2161 if (fTestPrecompile) { in draw()