Changeset 19844 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
- Timestamp:
- May 19, 2009 11:12:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
r19464 r19844 164 164 HGSMIHEAP hgsmiDisplayHeap; 165 165 VBVABUFFER *pVBVA; /* Pointer to the pjScreen + layout->offVBVABuffer. NULL if VBVA is not enabled. */ 166 167 HVBOXVIDEOHGSMI hMpHGSMI; /* context handler passed to miniport HGSMI callbacks */ 168 PFNVBOXVIDEOHGSMICOMPLETION pfnHGSMICommandComplete; /* called to complete the command we receive from the miniport */ 166 169 #endif /* VBOX_WITH_HGSMI */ 167 170 … … 249 252 void drvLoadEng (void); 250 253 251 #ifdef VBOX_WITH_VIDEOHWACCEL 252 VBVAVHWACMD_HDR* vboxVHWACreateCommand (PPDEV ppdev, VBVAVHWACMD_LENGTH cbCmd); 253 void vboxVHWAFreeCommand (PPDEV ppdev, VBVAVHWACMD_HDR* pCmd); 254 void vboxVHWASubmitCommand (PPDEV ppdev, VBVAVHWACMD_HDR* pCmd); 254 #ifdef VBOX_WITH_HGSMI 255 DECLCALLBACK(int) vboxVHWACommandHanlder(void *pvHandler, uint16_t u16ChannelInfo, void *pvBuffer, HGSMISIZE cbBuffer); 256 257 #ifdef VBOX_WITH_VIDEOHWACCEL 258 VBOXVHWACMD* vboxVHWACreateCommand (PPDEV ppdev, VBOXVHWACMD_LENGTH cbCmd); 259 void vboxVHWAFreeCommand (PPDEV ppdev, VBOXVHWACMD* pCmd); 260 void vboxVHWASubmitCommand (PPDEV ppdev, VBOXVHWACMD* pCmd); 261 #endif 255 262 #endif 256 263
Note:
See TracChangeset
for help on using the changeset viewer.