Home
last modified time | relevance | path

Searched refs:D3DXPARAMETER_DESC (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Dd3dx9effect.h55 } D3DXPARAMETER_DESC; typedef
108 STDMETHOD(GetParameterDesc)(THIS_ D3DXHANDLE parameter, D3DXPARAMETER_DESC* desc) PURE; in DECLARE_INTERFACE_()
218 STDMETHOD(GetParameterDesc)(THIS_ D3DXHANDLE parameter, D3DXPARAMETER_DESC* desc) PURE; in DECLARE_INTERFACE_()
316 STDMETHOD(GetParameterDesc)(THIS_ D3DXHANDLE parameter, D3DXPARAMETER_DESC* desc) PURE; in DECLARE_INTERFACE_()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c420 D3DXPARAMETER_DESC desc;
1004 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetValue()
1071 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetBool()
1095 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetBoolArray()
1132 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetInt()
1175 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetIntArray()
1212 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetFloat()
1237 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetFloatArray()
1275 const D3DXPARAMETER_DESC *res_desc = &res->desc; in test_effect_parameter_value_GetVector()
1795 D3DXPARAMETER_DESC pdesc; in test_effect_parameter_value()
[all …]
/reactos/dll/directx/wine/d3dx9_36/
H A Deffect.c2023 D3DXPARAMETER_DESC *desc) in d3dx_effect_GetParameterDesc()
4480 D3DXHANDLE parameter, D3DXPARAMETER_DESC *desc) in ID3DXEffectCompilerImpl_GetParameterDesc()