Searched defs:EntryDestroyed (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
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 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 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);

Completed in 47 milliseconds