Searched refs:PatchNodeId (Results 1 – 5 of 5) sorted by relevance
153 EXPECT_EQ(Utils::PatchNodeId(id), 0x4102030405060708);155 EXPECT_TRUE(Utils::IsNodeIdPatched(Utils::PatchNodeId(id)));
160 return Utils::PatchNodeId(id); in PatchPlainNodeId()641 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalNode()714 node.instanceRootNodeId_ = Utils::PatchNodeId(node.instanceRootNodeId_); in UnmarshalNode()717 node.firstLevelNodeId_ = Utils::PatchNodeId(node.firstLevelNodeId_); in UnmarshalNode()744 nodeId = Utils::PatchNodeId(nodeId); in UnmarshalTree()756 node->AddChild(map.GetRenderNode(Utils::PatchNodeId(nodeId)), i); in UnmarshalTree()886 command->Patch(Utils::PatchNodeId); in PatchCommand()
39 #define RS_PROFILER_PATCH_NODE_ID(parcel, id) id = RSProfiler::PatchNodeId(parcel, id)147 static T PatchNodeId(const Parcel& parcel, T id) in PatchNodeId() function
183 static constexpr uint64_t PatchNodeId(uint64_t id) in PatchNodeId() function
648 if (auto rootNode = GetRenderNode(Utils::PatchNodeId(0))) { in HiddenSpaceTurnOn()746 focusNodeId = Utils::PatchNodeId(focusNodeId); in FirstFrameUnmarshalling()