Searched refs:GetSurfaceBufferEntry (Results 1 – 5 of 5) sorted by relevance
267 std::shared_ptr<SurfaceBufferEntry> GetSurfaceBufferEntry(uint32_t id);
464 …std::shared_ptr<SurfaceBufferEntry> surfaceBufferEntry = cmdList->GetSurfaceBufferEntry(TEST_INVAL…468 surfaceBufferEntry = cmdList->GetSurfaceBufferEntry(id);
892 EXPECT_TRUE(drawCmdList->GetSurfaceBufferEntry(0) == nullptr);893 EXPECT_TRUE(drawCmdList->GetSurfaceBufferEntry(10) == nullptr);
335 std::shared_ptr<SurfaceBufferEntry> CmdList::GetSurfaceBufferEntry(uint32_t id) in GetSurfaceBufferEntry() function in OHOS::Rosen::Drawing::CmdList
861 return (const_cast<CmdList&>(cmdList)).GetSurfaceBufferEntry(surfaceBufferHandle); in GetSurfaceBufferEntryFromCmdList()