Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h267 std::shared_ptr<SurfaceBufferEntry> GetSurfaceBufferEntry(uint32_t id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp464 …std::shared_ptr<SurfaceBufferEntry> surfaceBufferEntry = cmdList->GetSurfaceBufferEntry(TEST_INVAL…
468 surfaceBufferEntry = cmdList->GetSurfaceBufferEntry(id);
H A Ddraw_cmd_test.cpp892 EXPECT_TRUE(drawCmdList->GetSurfaceBufferEntry(0) == nullptr);
893 EXPECT_TRUE(drawCmdList->GetSurfaceBufferEntry(10) == nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp335 std::shared_ptr<SurfaceBufferEntry> CmdList::GetSurfaceBufferEntry(uint32_t id) in GetSurfaceBufferEntry() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp861 return (const_cast<CmdList&>(cmdList)).GetSurfaceBufferEntry(surfaceBufferHandle); in GetSurfaceBufferEntryFromCmdList()