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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h938 class VBoxVHWASurfList * getComplexList() {return mComplexList; }
953 void setComplexList (VBoxVHWASurfList *aComplexList) { mComplexList = aComplexList; }
994 class VBoxVHWASurfList *mComplexList;
1007 friend class VBoxVHWASurfList;
1011 typedef std::list <VBoxVHWASurfList*> OverlayList;
1014 class VBoxVHWASurfList class
1018 VBoxVHWASurfList() : mCurrent(NULL) {} function in class:VBoxVHWASurfList
1020 void moveTo(VBoxVHWASurfList *pDst)
1033 VBoxVHWASurfList * pOld = pSurf->getComplexList();
1095 VBoxVHWASurfList *pNewLis
[all...]

Completed in 52 milliseconds