Lines Matching refs:post
79 DisplayGl::Post post = {}; in postImpl() local
93 post.layers.clear(); in postImpl()
95 post.layers.push_back(postWithOverlay(cb)); in postImpl()
120 post.layers.push_back(postWithOverlay(cb)); in postImpl()
126 post.frameWidth = combinedDisplayW; in postImpl()
127 post.frameHeight = combinedDisplayH; in postImpl()
174 post.layers.push_back(DisplayGl::PostLayer{ in postImpl()
183 post.frameWidth = m_viewportWidth / dpr; in postImpl()
184 post.frameHeight = m_viewportHeight / dpr; in postImpl()
207 post.layers.push_back(DisplayGl::PostLayer{ in postImpl()
212 post.layers.push_back(postWithOverlay(cb)); in postImpl()
214 return m_displayGl->post(post); in postImpl()