Home
last modified time | relevance | path

Searched refs:AddSurfaceBufferEntry (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h262 uint32_t AddSurfaceBufferEntry(const std::shared_ptr<SurfaceBufferEntry>& surfaceBufferEntry);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp328 uint32_t CmdList::AddSurfaceBufferEntry(const std::shared_ptr<SurfaceBufferEntry>& surfaceBufferEnt… in AddSurfaceBufferEntry() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp855 return cmdList.AddSurfaceBufferEntry(surfaceBuffer); in AddSurfaceBufferEntryToCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp467 uint32_t id = cmdList->AddSurfaceBufferEntry(nullptr);
H A Ddraw_cmd_test.cpp891 drawCmdList->AddSurfaceBufferEntry(surfaceBufferEntry);