Searched refs:testMap (Results 1 – 4 of 4) sorted by relevance
25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() { in testMap() function in android::uirenderer::test::TestScene26 static std::unordered_map<std::string, TestScene::Info> testMap; in testMap() local27 return testMap; in testMap()31 testMap()[info.name] = info; in registerScene()
71 static std::unordered_map<std::string, Info>& testMap();
66 for (auto&& test : TestScene::testMap()) { in listTests()240 auto pos = TestScene::testMap().find(test); in parseOptions()241 if (pos == TestScene::testMap().end()) { in parseOptions()249 gRunTests.push_back(TestScene::testMap()["shadowgrid"]); in parseOptions()
99 std::unique_ptr<TestScene> scene(TestScene::testMap()[sceneName].createScene(opts)); in getSyncedSceneNode()