Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h272 uint32_t GetAllSurfaceBufferEntry(std::vector<std::shared_ptr<SurfaceBufferEntry>>& objectList);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp344 uint32_t CmdList::GetAllSurfaceBufferEntry(std::vector<std::shared_ptr<SurfaceBufferEntry>>& object… in GetAllSurfaceBufferEntry() function in OHOS::Rosen::Drawing::CmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp482 uint32_t id = cmdList->GetAllSurfaceBufferEntry(objectList);
H A Ddraw_cmd_test.cpp895 uint32_t surfaceBufferSize = drawCmdList->GetAllSurfaceBufferEntry(surfaceBufferVecEntry);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1673 uint32_t surfaceBufferSize = val->GetAllSurfaceBufferEntry(surfaceBufferEntryVec); in Marshalling()