Searched defs:EntryTexChanged (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_composite.cpp210 int CrFbDisplayComposite::EntryTexChanged(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayComposite
212 int rc = CrFbDisplayBase::EntryTexChanged(pFb, hEntry);
222 int rc = pIter->EntryTexChanged(pFb, hEntry);
H A Ddisplay_vrdp.cpp78 int CrFbDisplayVrdp::EntryTexChanged(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayVrdp
80 int rc = CrFbDisplayBase::EntryTexChanged(pFb, hEntry);
H A Ddisplay_window.cpp138 int CrFbDisplayWindow::EntryTexChanged(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayWindow
140 int rc = CrFbDisplayBase::EntryTexChanged(pFb, hEntry);
H A Ddisplay_window_rootvr.cpp91 int CrFbDisplayWindowRootVr::EntryTexChanged(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry) function in class:CrFbDisplayWindowRootVr
93 int rc = CrFbDisplayWindow::EntryTexChanged(pFb, hEntry);

Completed in 60 milliseconds