Searched defs:IDirectDrawSurface7_BltBatch (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ddraw.h | 2558 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) macro 2614 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ddraw.h | 2507 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) macro 2563 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) macro
|
Completed in 818 milliseconds