Home
last modified time | relevance | path

Searched refs:testOnly (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/skparagraph/utils/
DTestFontCollection.cpp11 TestFontCollection::TestFontCollection(const std::string& resourceDir, bool testOnly, bool loadFont… in TestFontCollection() argument
29 if (testOnly) { in TestFontCollection()
DTestFontCollection.h10 … TestFontCollection(const std::string& resourceDir, bool testOnly = false, bool loadFonts = true);
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go359 testOnly := []string{}
364 testOnly = append(testOnly, "!fFunctions.f"+function)
370 if len(testOnly) != 0 {
376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent)
/third_party/flutter/skia/tools/gpu/gl/interface/
Dgen_interface.go359 testOnly := []string{}
364 testOnly = append(testOnly, "!fFunctions.f"+function)
370 if len(testOnly) != 0 {
376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent)
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp66 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument
93 if (testOnly) { in ResourceFontCollection()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pDepthTests.cpp629 bool testOnly = true; in logSamples() local
635 testOnly = false; in logSamples()
642 if (testOnly) in logSamples()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp87 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument
114 if (testOnly) { in ResourceFontCollection()