Searched refs:pfnD3DKMTDestroyAllocation (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispKmt.h83 PFND3DKMT_DESTROYALLOCATION pfnD3DKMTDestroyAllocation; member in struct:VBOXDISPKMT_CALLBACKS
H A DVBoxDispKmt.cpp102 pCallbacks->pfnD3DKMTDestroyAllocation = (PFND3DKMT_DESTROYALLOCATION)GetProcAddress(pCallbacks->hGdi32, "D3DKMTDestroyAllocation");
103 Log((__FUNCTION__": pfnD3DKMTDestroyAllocation = %p\n", pCallbacks->pfnD3DKMTDestroyAllocation));
104 bSupported &= !!(pCallbacks->pfnD3DKMTDestroyAllocation);
H A DVBoxUhgsmiKmt.cpp41 NTSTATUS Status = pPrivate->Callbacks.pfnD3DKMTDestroyAllocation(&DdiDealloc);
52 WARN(("pfnD3DKMTDestroyAllocation failed, Status (0x%x)", Status));

Completed in 42 milliseconds