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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h240 #define IDirect3D_CreateLight(p,a,b) (p)->lpVtbl->CreateLight(p,a,b) macro
252 #define IDirect3D_CreateLight(p,a,b) (p)->CreateLight(a,b) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h239 #define IDirect3D_CreateLight(p,a,b) (p)->lpVtbl->CreateLight(p,a,b) macro
251 #define IDirect3D_CreateLight(p,a,b) (p)->CreateLight(a,b) macro

Completed in 104 milliseconds