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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h287 #define IDirect3D2_CreateLight(p,a,b) (p)->lpVtbl->CreateLight(p,a,b) macro
299 #define IDirect3D2_CreateLight(p,a,b) (p)->CreateLight(a,b) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h285 #define IDirect3D2_CreateLight(p,a,b) (p)->lpVtbl->CreateLight(p,a,b) macro
297 #define IDirect3D2_CreateLight(p,a,b) (p)->CreateLight(a,b) macro

Completed in 48 milliseconds