Home
last modified time | relevance | path

Searched refs:gAssetMgr (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/skqp/
Dskqp.cpp31 static std::unique_ptr<skqp::AssetManager> gAssetMgr; variable
48 gAssetMgr.get(), gReportDirectoryPath.c_str()); in TestBody()
98 gm_runner::InitSkia(gm_runner::Mode::kCompatibilityTestMode, gAssetMgr.get()); in register_skia_tests()
102 std::vector<gm_runner::GMFactory> gms = gm_runner::GetGMFactories(gAssetMgr.get()); in register_skia_tests()
139 gAssetMgr.reset(new StdAssetManager(argv[1])); in main()
/external/skia/tools/skqp/
Dskqp.cpp31 static std::unique_ptr<skqp::AssetManager> gAssetMgr; variable
48 gAssetMgr.get(), gReportDirectoryPath.c_str()); in TestBody()
98 gm_runner::InitSkia(gm_runner::Mode::kCompatibilityTestMode, gAssetMgr.get()); in register_skia_tests()
102 std::vector<gm_runner::GMFactory> gms = gm_runner::GetGMFactories(gAssetMgr.get()); in register_skia_tests()
139 gAssetMgr.reset(new StdAssetManager(argv[1])); in main()