Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dreflection.c397 hr = ref11->lpVtbl->GetOutputParameterDesc(ref11, i, &desc); in test_reflection_desc_vs()
658 hr = ref11->lpVtbl->GetOutputParameterDesc(ref11, 0, NULL); in test_reflection_desc_ps()
661 hr = ref11->lpVtbl->GetOutputParameterDesc(ref11, 0xffffffff, &desc); in test_reflection_desc_ps()
697 hr = ref11->lpVtbl->GetOutputParameterDesc(ref11, i, &desc); in test_reflection_desc_ps()
918 hr = ref11->lpVtbl->GetOutputParameterDesc(ref11, 0, &desc); in test_reflection_desc_ps_output()
/reactos/sdk/include/psdk/
H A Dd3d10shader.h205 STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index, D3D10_SIGNATURE_PARAMETER_DESC *desc) PURE; in DECLARE_INTERFACE_() local
H A Dd3d11shader.h192 STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index, D3D11_SIGNATURE_PARAMETER_DESC *desc) PURE; in DECLARE_INTERFACE_() local