Searched refs:GetIsTextureExportNode (Results 1 – 6 of 6) sorted by relevance
58 if (node->GetIsTextureExportNode()) { in OnBufferAvailable()61 node->NotifyRTBufferAvailable(node->GetIsTextureExportNode()); in OnBufferAvailable()
185 if (!node.GetIsTextureExportNode()) { in PrepareSurfaceRenderNode()396 … " GetIsTextureExportNode is %d", node.GetId(), node.GetIsTextureExportNode()); in ProcessRootRenderNode()412 if (node.GetIsTextureExportNode()) { in ProcessRootRenderNode()625 node.GetId(), node.GetIsTextureExportNode(), node.GetRenderProperties().Dump().c_str()); in ProcessCanvasRenderNode()873 …node.GetId(), node.GetIsTextureExportNode(), node.GetName().c_str(), node.GetRenderProperties().Du… in ProcessSurfaceRenderNode()895 if (!node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()900 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()912 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()920 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()1102 if (!node.GetIsTextureExportNode()) { in ProcessOtherSurfaceRenderNode()
177 inline bool GetIsTextureExportNode() const in GetIsTextureExportNode() function
470 const bool isTextureExportNode = node->GetIsTextureExportNode(); in MarshalNode()
1244 if (GetIsTextureExportNode()) { in SetNotifyRTBufferAvailable()1265 node->NotifyRTBufferAvailable(node->GetIsTextureExportNode()); in ConnectToNodeInRenderService()
365 EXPECT_TRUE(node.GetIsTextureExportNode());