Lines Matching refs:PostCmd
594 m_postThread.enqueue({PostCmd::Exit}); in ~FrameBuffer()
684 case PostCmd::Post: { in postWorkerFunc()
701 case PostCmd::Viewport: in postWorkerFunc()
705 case PostCmd::Compose: { in postWorkerFunc()
730 case PostCmd::Clear: in postWorkerFunc()
733 case PostCmd::Screenshot: in postWorkerFunc()
741 case PostCmd::Block: in postWorkerFunc()
745 case PostCmd::Exit: in postWorkerFunc()
769 if (shouldPostOnlyOnMainThread && (PostCmd::Screenshot == post.cmd) && in sendPostWorkerCmd()
779 (PostCmd::Screenshot == post.cmd && in sendPostWorkerCmd()
1046 postCmd.cmd = PostCmd::Viewport; in setupSubWindow()
1057 postCmd.cmd = PostCmd::Clear; in setupSubWindow()
1789 postCmd.cmd = PostCmd::Post; in postImpl()
2096 scrCmd.cmd = PostCmd::Screenshot; in getScreenshot()
2188 composeCmd.cmd = PostCmd::Compose; in composeWithCallback()
2206 composeCmd.cmd = PostCmd::Compose; in composeWithCallback()
2728 .cmd = PostCmd::Block, in blockPostWorker()