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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_composite.cpp233 int CrFbDisplayComposite::EntryRemoved(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayComposite
235 int rc = CrFbDisplayBase::EntryRemoved(pFb, hEntry);
245 int rc = pIter->EntryRemoved(pFb, hEntry);
H A Ddisplay_vrdp.cpp103 int CrFbDisplayVrdp::EntryRemoved(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayVrdp
105 int rc = CrFbDisplayBase::EntryRemoved(pFb, hEntry);
H A Ddisplay_window_rootvr.cpp108 int CrFbDisplayWindowRootVr::EntryRemoved(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayWindowRootVr
110 int rc = CrFbDisplayWindow::EntryRemoved(pFb, hEntry);

Completed in 44 milliseconds