Searched refs:postCmd (Results 1 – 1 of 1) sorted by relevance
1045 Post postCmd; in setupSubWindow() local1046 postCmd.cmd = PostCmd::Viewport; in setupSubWindow()1047 postCmd.viewport.width = fbw; in setupSubWindow()1048 postCmd.viewport.height = fbh; in setupSubWindow()1049 sendPostWorkerCmd(std::move(postCmd)); in setupSubWindow()1056 Post postCmd; in setupSubWindow() local1057 postCmd.cmd = PostCmd::Clear; in setupSubWindow()1058 sendPostWorkerCmd(std::move(postCmd)); in setupSubWindow()1788 Post postCmd; in postImpl() local1789 postCmd.cmd = PostCmd::Post; in postImpl()[all …]