Home
last modified time | relevance | path

Searched refs:outputMap_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp57 if (!outputMap_.empty()) { in Run()
130 for (auto iter = outputMap_.begin(); iter != outputMap_.end(); ++iter) { in CreateLayers()
262 curOutput_ = outputMap_[screenId]; in Draw()
359 outputMap_[currScreenId_] = output; in OnHotPlug()
402 auto outputIter = outputMap_.begin(); in RemoveOffScreenData()
403 while (outputIter != outputMap_.end()) { in RemoveOffScreenData()
406 outputMap_.erase(outputIter++); in RemoveOffScreenData()
H A Dhello_composer.h59 std::unordered_map<uint32_t, std::shared_ptr<HdiOutput>> outputMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp50 if (!outputMap_.empty()) { in Run()
158 curOutput_ = outputMap_[screenId]; in Draw()
247 outputMap_[currScreenId_] = output; in OnHotPlug()
H A Ddrawing_sample.h57 std::unordered_map<uint32_t, std::shared_ptr<HdiOutput>> outputMap_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_share_manager.cpp172 if (outputMap_[idx] == renderNodeIdx) { in RegisterAsRenderNodeGraphOutput()
200 outputMap_[idx] = renderNodeIdx; in RegisterRenderNodeName()
H A Drender_node_graph_share_manager.h102 uint32_t outputMap_[MAX_RENDER_NODE_GRAPH_RES_COUNT] { ~0u, ~0u, ~0u, ~0u, ~0u, ~0u, ~0u, ~0u };