Searched refs:SetSamplerState (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 1444 STDMETHOD(SetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) PURE; in DECLARE_INTERFACE_() local 1576 #define IDirect3DDevice9_SetSamplerState(p,a,b,c) (p)->lpVtbl->SetSamplerState… 1698 #define IDirect3DDevice9_SetSamplerState(p,a,b,c) (p)->SetSamplerState(a,b,c) 1832 STDMETHOD(SetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) PURE; in DECLARE_INTERFACE_() local 1985 …rect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->lpVtbl->SetSamplerState(p,a,b,c) 2123 #define IDirect3DDevice9Ex_SetSamplerState(p,a,b,c) (p)->SetSamplerState(a,b,c)
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9effect.h | 184 STDMETHOD(SetSamplerState)(THIS_ DWORD sampler, D3DSAMPLERSTATETYPE type, DWORD value) PURE; in DECLARE_INTERFACE_() local
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | effect.c | 1670 return SET_D3D_STATE(effect, SetSamplerState, sampler, state_table[state->operation].op, in d3dx9_apply_state()
|