Home
last modified time | relevance | path

Searched refs:GetSurfaceBufferEntryFromCmdList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h250 static std::shared_ptr<SurfaceBufferEntry> GetSurfaceBufferEntryFromCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp451 auto sptr = CmdListHelper::GetSurfaceBufferEntryFromCmdList(*cmdList, handle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp858 std::shared_ptr<SurfaceBufferEntry> CmdListHelper::GetSurfaceBufferEntryFromCmdList( in GetSurfaceBufferEntryFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp703 …auto surfaceBufferEntry = CmdListHelper::GetSurfaceBufferEntryFromCmdList(cmdList, handle->surface… in DrawSurfaceBufferOpItem()