Searched defs:ID3DXRenderToEnvMap_Face (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | d3dx9core.h | 343 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->lpVtbl->Face(p,a,b) macro 359 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->Face(a,b) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | d3dx9core.h | 340 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->lpVtbl->Face(p,a,b) macro 356 #define ID3DXRenderToEnvMap_Face(p,a,b) (p)->Face(a,b) macro
|
Completed in 36 milliseconds