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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9shader.h176 #define ID3DXConstantTable_GetConstantByName(p,a,b) (p)->lpVtbl->GetConstantByName(p,a,b) macro
207 #define ID3DXConstantTable_GetConstantByName(p,a,b) (p)->GetConstantByName(a,b) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9shader.h187 #define ID3DXConstantTable_GetConstantByName(p,a,b) (p)->lpVtbl->GetConstantByName(p,a,b) macro
218 #define ID3DXConstantTable_GetConstantByName(p,a,b) (p)->GetConstantByName(a,b) macro

Completed in 69 milliseconds