Searched refs:ID3DXConstantTable_SetInt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9shader.h182 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->lpVtbl->SetInt(p,a,b,c) macro
213 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->SetInt(a,b,c) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9shader.h193 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->lpVtbl->SetInt(p,a,b,c) macro
224 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->SetInt(a,b,c) macro

Completed in 54 milliseconds