Searched refs:GetConstantDesc (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9shader.h | 139 …STDMETHOD(GetConstantDesc)(THIS_ D3DXHANDLE hConstant, D3DXCONSTANT_DESC *pConstantDesc, UINT *pCo… in DECLARE_INTERFACE_() local 183 #define ID3DXConstantTable_GetConstantDesc(p,a,b,c) (p)->lpVtbl->GetConstantDesc(… 214 #define ID3DXConstantTable_GetConstantDesc(p,a,b,c) (p)->GetConstantDesc(a,b,c) 215 #define ID3DXConstantTable_GetSamplerIndex(p,a) (p)->GetConstantDesc(a) 252 …STDMETHOD(GetConstantDesc)(THIS_ D3DXHANDLE hConstant, D3DXCONSTANT_DESC *pConstantDesc, UINT *pCo… in DECLARE_INTERFACE_() local
|