Searched refs:AddVerticesToCmdList (Results 1 – 5 of 5) sorted by relevance
199 HWTEST_F(CmdListHelperTest, AddVerticesToCmdList, TestSize.Level1)208 auto handle = CmdListHelper::AddVerticesToCmdList(*cmdList, *build.Detach());
42 static OpDataHandle AddVerticesToCmdList(CmdList& cmdList, const Vertices& vertices);
239 auto opDataHandle = CmdListHelper::AddVerticesToCmdList(*cmdList_, vertices); in DrawVertices()
79 OpDataHandle CmdListHelper::AddVerticesToCmdList(CmdList& cmdList, const Vertices& vertices) in AddVerticesToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
822 opDataHandle = CmdListHelper::AddVerticesToCmdList(cmdList, *vertices_); in Marshalling()