Searched refs:mhSlot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_base.cpp25 mhSlot(CRHTABLE_HANDLE_INVALID)
356 Assert(mhSlot);
357 CrFbDDataReleaseSlot(mpFb, mhSlot, slotEntryReleaseCB, this);
363 if (mhSlot)
366 mhSlot = 0;
382 if (!mhSlot)
385 mhSlot = CrFbDDataAllocSlot(mpFb);
388 return mhSlot;
H A Dserver_presenter.h166 CRHTABLE_HANDLE mhSlot; member in class:CrFbDisplayBase

Completed in 44 milliseconds