Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp129 Drawing::CmdListHelper::AddSurfaceBufferEntryToCmdList(*cmdList_, surfaceBufferEntry), in DrawSurfaceBuffer()
H A Drs_draw_cmd.cpp728 …cmdList.AddOp<ConstructorHandle>(CmdListHelper::AddSurfaceBufferEntryToCmdList(cmdList, surfaceBuf… in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h248 static uint32_t AddSurfaceBufferEntryToCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp450 uint32_t handle = CmdListHelper::AddSurfaceBufferEntryToCmdList(*cmdList, nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp852 uint32_t CmdListHelper::AddSurfaceBufferEntryToCmdList( in AddSurfaceBufferEntryToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper