Home
last modified time | relevance | path

Searched defs:opDataHandle (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
Ddraw_cmd_test.cpp170 OpDataHandle opDataHandle; variable
486 OpDataHandle opDataHandle; variable
626 auto opDataHandle = CmdListHelper::AddTextBlobToCmdList(*drawCmdList, textBlob.get()); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dcmd_list_helper.cpp72 …Image> CmdListHelper::GetImageFromCmdList(const CmdList& cmdList, const OpDataHandle& opDataHandle) in GetImageFromCmdList()
90 const CmdList& cmdList, const OpDataHandle& opDataHandle) in GetVerticesFromCmdList()
Drecording_canvas.cpp203 auto opDataHandle = CmdListHelper::AddVerticesToCmdList(*cmdList_, vertices); in DrawVertices() local
Ddraw_cmd.cpp662 auto opDataHandle = CmdListHelper::AddVerticesToCmdList(cmdList, *vertices_); in Marshalling() local