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