Home
last modified time | relevance | path

Searched refs:postImplSync (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.h700 bool postImplSync(HandleType p_colorbuffer, bool needLockAndBind = true, bool repaint = false);
DFrameBuffer.cpp1714 auto res = postImplSync(p_colorbuffer, needLockAndBind); in post()
1740 bool FrameBuffer::postImplSync(HandleType p_colorbuffer, bool needLockAndBind, bool repaint) { in postImplSync() function in gfxstream::FrameBuffer
1947 auto res = postImplSync(m_lastPostedColorBuffer, needLockAndBind, true); in repost()