Searched refs:testOnly (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/modules/skparagraph/utils/ |
D | TestFontCollection.cpp | 11 TestFontCollection::TestFontCollection(const std::string& resourceDir, bool testOnly, bool loadFont… in TestFontCollection() argument 29 if (testOnly) { in TestFontCollection()
|
D | TestFontCollection.h | 10 … TestFontCollection(const std::string& resourceDir, bool testOnly = false, bool loadFonts = true);
|
/third_party/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 359 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/ |
D | gen_interface.go | 359 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/ |
D | FuzzSkParagraph.cpp | 66 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument 93 if (testOnly) { in ResourceFontCollection()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 629 bool testOnly = true; in logSamples() local 635 testOnly = false; in logSamples() 642 if (testOnly) in logSamples()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 87 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument 114 if (testOnly) { in ResourceFontCollection()
|