Searched refs:postImplSync (Results 1 – 2 of 2) sorted by relevance
700 bool postImplSync(HandleType p_colorbuffer, bool needLockAndBind = true, bool repaint = false);
1714 auto res = postImplSync(p_colorbuffer, needLockAndBind); in post()1740 bool FrameBuffer::postImplSync(HandleType p_colorbuffer, bool needLockAndBind, bool repaint) { in postImplSync() function in gfxstream::FrameBuffer1947 auto res = postImplSync(m_lastPostedColorBuffer, needLockAndBind, true); in repost()