Home
last modified time | relevance | path

Searched refs:graphite (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/tools/graphite/
H A DGraphiteTestContext.cpp8 #include "tools/graphite/GraphiteTestContext.h"
10 namespace skiatest::graphite { namespace in skiatest
16 } // namespace skiatest::graphite
H A DGraphiteTestContext.h11 #include "experimental/graphite/include/GraphiteTypes.h"
16 namespace skiatest::graphite { namespace in skiatest
38 } // namespace skiatest::graphite
H A DContextFactory.cpp8 #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 DContextFactory.h12 #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 DGraphiteMtlTestContext.h11 #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 DTest.h138 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 Dskia_test.cpp36 static DEFINE_bool(graphite, true, "Run Graphite work?");
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.h108 #include "tools/graphite/ContextFactory.h"
112 using ContextType = skiatest::graphite::ContextFactory::ContextType;
120 : SkCommandLineConfig(tag, SkString("graphite"), viaParts) in SkCommandLineConfigGraphite()
H A DCommonFlagsConfig.cpp135 { "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 DDMGpuTestProcs.cpp13 #include "experimental/graphite/include/Context.h"
14 #include "tools/graphite/ContextFactory.h"
87 namespace graphite { namespace
100 } // namespace graphite
H A DDMSrcSink.h586 using ContextType = skiatest::graphite::ContextFactory::ContextType;
H A DDM.cpp116 static DEFINE_bool(graphite, true, "Run Graphite work?");
H A DDMSrcSink.cpp83 #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