Searched refs:EntryDestroyed (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_base.cpp205 int CrFbDisplayBase::EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry)
275 int rc = ((ICrFbDisplay*)(pvContext))->EntryDestroyed(hFb, hEntry);
302 EntryDestroyed(mpFb, hEntry);
H A Ddisplay_composite.cpp256 int CrFbDisplayComposite::EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayComposite
258 int rc = CrFbDisplayBase::EntryDestroyed(pFb, hEntry);
268 int rc = pIter->EntryDestroyed(pFb, hEntry);
H A Dserver_presenter.h55 virtual int EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) = 0;
127 virtual int EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
190 virtual int EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
327 virtual int EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
362 virtual int EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
H A Ddisplay_window_rootvr.cpp129 int CrFbDisplayWindowRootVr::EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayWindowRootVr
131 int rc = CrFbDisplayWindow::EntryDestroyed(pFb, hEntry);
H A Ddisplay_vrdp.cpp120 int CrFbDisplayVrdp::EntryDestroyed(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayVrdp
122 int rc = CrFbDisplayBase::EntryDestroyed(pFb, hEntry);
H A Dserver_presenter.cpp1059 pFb->pDisplay->EntryDestroyed(pFb, pEntry);

Completed in 75 milliseconds