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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxCrHgsmi.cpp61 PVBOXUHGSMI_PRIVATE_KMT pHgsmiGL = (PVBOXUHGSMI_PRIVATE_KMT)RTMemAllocZ(sizeof (*pHgsmiGL)); local
62 if (pHgsmiGL)
64 HRESULT hr = vboxUhgsmiKmtCreate(pHgsmiGL, TRUE /* bD3D tmp for injection thread*/);
68 return &pHgsmiGL->BasePrivate.Base;
70 RTMemFree(pHgsmiGL);
78 PVBOXUHGSMI_PRIVATE_KMT pHgsmiGL = VBOXUHGSMIKMT_GET(pHgsmi); local
79 HRESULT hr = vboxUhgsmiKmtDestroy(pHgsmiGL);
83 RTMemFree(pHgsmiGL);
90 PVBOXUHGSMI_PRIVATE_KMT pHgsmiGL
[all...]

Completed in 42 milliseconds