Searched refs:pu32HostCaps (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/
H A DVBoxCrHgsmi.h47 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConGetHostCaps(PVBOXUHGSMI pHgsmi, uint32_t *pu32HostCaps);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxCrHgsmi.cpp119 VBOXCRHGSMI_DECL(int) VBoxCrHgsmiCtlConGetHostCaps(PVBOXUHGSMI pHgsmi, uint32_t *pu32HostCaps) argument
122 int rc = vboxCrHgsmiPrivateCtlConGetHostCaps(pHgsmiPrivate, pu32HostCaps);
H A DVBoxUhgsmiBase.cpp280 int vboxCrHgsmiPrivateCtlConGetHostCaps(struct VBOXUHGSMI_PRIVATE_BASE *pHgsmi, uint32_t *pu32HostCaps) argument
288 *pu32HostCaps = GetHostCaps.u32CmdSpecific;
293 *pu32HostCaps = 0;
H A DVBoxUhgsmiBase.h49 int vboxCrHgsmiPrivateCtlConGetHostCaps(struct VBOXUHGSMI_PRIVATE_BASE *pHgsmi, uint32_t *pu32HostCaps);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgcm.c1289 static int crVBoxHGCMGetHostCapsLegacy(CRConnection *conn, uint32_t *pu32HostCaps) argument
1309 *pu32HostCaps = caps.Caps.u.value32;
1319 *pu32HostCaps = 0;

Completed in 1450 milliseconds