Home
last modified time | relevance | path

Searched refs:setPostCallback (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/
DRenderWindow.h85 void setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, uint32_t displayId,
DRendererImpl.h64 void setPostCallback(OnPostCallback onPost,
DRenderWindow.cpp171 fb->setPostCallback(msg.set_post_callback.on_post, in process()
517 void RenderWindow::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() function in gfxstream::RenderWindow
DRendererImpl.cpp465 void RendererImpl::setPostCallback(RendererImpl::OnPostCallback onPost, in setPostCallback() function in gfxstream::RendererImpl
470 mRenderWindow->setPostCallback(onPost, context, displayId, useBgraReadback); in setPostCallback()
DFrameBuffer.h188 void setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, uint32_t displayId,
DFrameBuffer.cpp787 void FrameBuffer::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() function in gfxstream::FrameBuffer
/hardware/google/gfxstream/include/render-utils/
DRenderer.h139 virtual void setPostCallback(OnPostCallback onPost,
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp271 sRenderer->setPostCallback(onPost, onPostContext, useBgraReadback, displayId); in android_setPostCallback()