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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9shader.h185 #define ID3DXConstantTable_GetSamplerIndex(p,a) (p)->lpVtbl->GetSamplerIndex(p,a) macro
216 #define ID3DXConstantTable_GetSamplerIndex(p,a) (p)->GetConstantDesc(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9shader.h174 #define ID3DXConstantTable_GetSamplerIndex(p,a) (p)->lpVtbl->GetSamplerIndex(p,a) macro
205 #define ID3DXConstantTable_GetSamplerIndex(p,a) (p)->GetConstantDesc(a) macro

Completed in 35 milliseconds