Searched refs:GetVerticesFromCmdList (Results 1 – 4 of 4) sorted by relevance
43 static std::shared_ptr<Vertices> GetVerticesFromCmdList(const CmdList& cmdList,
209 std::shared_ptr<Vertices> vertices = CmdListHelper::GetVerticesFromCmdList(*cmdList, handle);
91 std::shared_ptr<Vertices> CmdListHelper::GetVerticesFromCmdList( in GetVerticesFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
808 vertices_ = CmdListHelper::GetVerticesFromCmdList(cmdList, handle->vertices); in DrawVerticesOpItem()