Searched refs:graphite (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/tools/graphite/ |
H A D | GraphiteTestContext.cpp | 8 #include "tools/graphite/GraphiteTestContext.h" 10 namespace skiatest::graphite { namespace in skiatest 16 } // namespace skiatest::graphite
|
H A D | GraphiteTestContext.h | 11 #include "experimental/graphite/include/GraphiteTypes.h" 16 namespace skiatest::graphite { namespace in skiatest 38 } // namespace skiatest::graphite
|
H A D | ContextFactory.cpp | 8 #include "tools/graphite/ContextFactory.h" 10 #include "experimental/graphite/include/Context.h" 13 #include "tools/graphite/mtl/GraphiteMtlTestContext.h" 16 namespace skiatest::graphite { namespace in skiatest 71 } // namespace skiatest::graphite
|
H A D | ContextFactory.h | 12 #include "experimental/graphite/include/GraphiteTypes.h" 14 #include "tools/graphite/GraphiteTestContext.h" 20 namespace skiatest::graphite { namespace in skiatest 67 } // namespace skiatest::graphite
|
/third_party/skia/tools/graphite/mtl/ |
H A D | GraphiteMtlTestContext.h | 11 #include "tools/graphite/GraphiteTestContext.h" 15 #include "experimental/graphite/include/mtl/MtlBackendContext.h" 17 namespace skiatest::graphite::mtl { 39 } // namespace skiatest::graphite::mtl
|
/third_party/skia/tests/ |
H A D | Test.h | 138 namespace graphite { namespace 144 } // namespace graphite 198 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ false, test_##name)); \ 204 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ false, test_##name)); \ 223 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ true, test_graphite_##name)); \ 230 skiatest::graphite::RunWithGraphiteTestContexts(test_##name, _reporter); \ 233 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ true, \ 240 skiatest::Test(#name, /*gpu*/ true, /*graphite*/ false, test_##name)); \ 250 skiatest::Test(#name, /*gpu*/ true, /*graphite*/ false, test_gpu_contexts_##name, options_filter)); \
|
H A D | skia_test.cpp | 36 static DEFINE_bool(graphite, true, "Run Graphite work?");
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.h | 108 #include "tools/graphite/ContextFactory.h" 112 using ContextType = skiatest::graphite::ContextFactory::ContextType; 120 : SkCommandLineConfig(tag, SkString("graphite"), viaParts) in SkCommandLineConfigGraphite()
|
H A D | CommonFlagsConfig.cpp | 135 { "grd3d", "graphite", "api=direct3d" }, 138 { "grmtl", "graphite", "api=metal,testPrecompile=true" }, 141 { "grvk", "graphite", "api=vulkan" }, 458 using ContextType = skiatest::graphite::ContextFactory::ContextType; in get_option_graphite_api() 634 using ContextType = skiatest::graphite::ContextFactory::ContextType; in parse_command_line_config_graphite() 738 if (extendedBackend.equals("graphite")) { in ParseConfigs()
|
/third_party/skia/dm/ |
H A D | DMGpuTestProcs.cpp | 13 #include "experimental/graphite/include/Context.h" 14 #include "tools/graphite/ContextFactory.h" 87 namespace graphite { namespace 100 } // namespace graphite
|
H A D | DMSrcSink.h | 586 using ContextType = skiatest::graphite::ContextFactory::ContextType;
|
H A D | DM.cpp | 116 static DEFINE_bool(graphite, true, "Run Graphite work?");
|
H A D | DMSrcSink.cpp | 83 #include "experimental/graphite/include/Context.h" 84 #include "experimental/graphite/include/SkStuff.h" 85 #include "experimental/graphite/src/Recorder.h" 86 #include "experimental/graphite/src/Recording.h" 87 #include "tools/graphite/ContextFactory.h" 88 #include "tools/graphite/GraphiteTestContext.h" 2158 skiatest::graphite::ContextFactory factory; in draw()
|
Completed in 13 milliseconds