Home
last modified time | relevance | path

Searched refs:EndPass (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c3176 hr = effect->lpVtbl->EndPass(effect); in test_effect_states()
4734 hr = effect->lpVtbl->EndPass(effect); in test_effect_preshader()
4756 hr = effect->lpVtbl->EndPass(effect); in test_effect_preshader()
4813 hr = effect->lpVtbl->EndPass(effect); in test_effect_preshader()
5242 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
5267 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
5282 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
5291 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
5314 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
5357 hr = effect->lpVtbl->EndPass(effect); in test_effect_out_of_bounds_selector()
[all …]
/reactos/sdk/include/dxsdk/
H A Dd3dx9effect.h281 STDMETHOD(EndPass)(THIS) PURE; in DECLARE_INTERFACE_() local