Searched refs:onPost (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RenderWindow.h | 85 void setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, uint32_t displayId,
|
D | FrameBuffer.h | 188 void setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, uint32_t displayId, 794 struct onPost { struct 802 ~onPost() { in ~onPost() argument 809 std::map<uint32_t, onPost> m_onPost;
|
D | RendererImpl.h | 64 void setPostCallback(OnPostCallback onPost,
|
D | RenderWindow.cpp | 517 void RenderWindow::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() argument 522 msg.set_post_callback.on_post = onPost; in setPostCallback()
|
D | RendererImpl.cpp | 465 void RendererImpl::setPostCallback(RendererImpl::OnPostCallback onPost, in setPostCallback() argument 470 mRenderWindow->setPostCallback(onPost, context, displayId, useBgraReadback); in setPostCallback()
|
D | FrameBuffer.cpp | 787 void FrameBuffer::setPostCallback(Renderer::OnPostCallback onPost, void* onPostContext, in setPostCallback() argument 790 if (onPost) { in setPostCallback() 806 m_onPost[displayId].cb = onPost; in setPostCallback()
|
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/ |
D | opengles.h | 69 AEMU_EXPORT void android_setPostCallback(OnPostFunc onPost,
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 268 android_setPostCallback(OnPostFunc onPost, void* onPostContext, bool useBgraReadback, uint32_t disp… in android_setPostCallback() argument 271 sRenderer->setPostCallback(onPost, onPostContext, useBgraReadback, displayId); in android_setPostCallback()
|
/hardware/google/gfxstream/include/render-utils/ |
D | Renderer.h | 139 virtual void setPostCallback(OnPostCallback onPost,
|