Home
last modified time | relevance | path

Searched refs:cachedCommands_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp590 ASSERT_EQ(mainThread->cachedCommands_[nodeId].empty(), true);
615 mainThread->cachedCommands_.clear();
621 ASSERT_EQ(mainThread->cachedCommands_[nodeId].empty(), true);
623 mainThread->cachedCommands_.clear();
629 ASSERT_EQ(mainThread->cachedCommands_[nodeId + 1].empty(), true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h521 …unordered_map<NodeId, std::map<uint64_t, std::vector<std::unique_ptr<RSCommand>>>> cachedCommands_; variable
H A Drs_main_thread.cpp1208 for (auto& [surfaceNodeId, commandMap] : cachedCommands_) { in ProcessCommandForDividedRender()
3013 cachedCommands_[nodeId][timestamp].emplace_back(std::move(command)); in ClassifyRSTransactionData()