Home
last modified time | relevance | path

Searched refs:D3DSAMPLERSTATETYPE (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp66 void setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned long value);
83 void captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state);
DDirect3DStateBlock9.cpp183 device->SetSamplerState(index, (D3DSAMPLERSTATETYPE)state, samplerState[sampler][state]); in Apply()
403 device->GetSamplerState(index, (D3DSAMPLERSTATETYPE)state, &samplerState[sampler][state]); in Capture()
709 …void Direct3DStateBlock9::setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned… in setSamplerState()
968 void Direct3DStateBlock9::captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state) in captureSamplerState()
DDirect3DDevice9Ex.hpp125 …long __stdcall GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long *va…
126 …long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long val…
DDirect3DDevice9.hpp121 …long __stdcall GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE type, unsigned long *val…
161 …long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long val…
DDirect3DDevice9Ex.cpp488 …long Direct3DDevice9Ex::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned… in GetSamplerState()
768 …long Direct3DDevice9Ex::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned… in SetSamplerState()
DDirect3DDevice9.cpp1868 …long Direct3DDevice9::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned l… in GetSamplerState()
4136 …long Direct3DDevice9::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned l… in SetSamplerState()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_limits.h238 nine_check_sampler_state_value(D3DSAMPLERSTATETYPE State, in nine_check_sampler_state_value()
Ddevice9.h569 D3DSAMPLERSTATETYPE Type,
575 D3DSAMPLERSTATETYPE Type,
Dnine_state.h359 D3DSAMPLERSTATETYPE Type,
Dnine_lock.c1332 D3DSAMPLERSTATETYPE Type, in LockDevice9_GetSamplerState()
1345 D3DSAMPLERSTATETYPE Type, in LockDevice9_SetSamplerState()
Ddevice9.c2519 D3DSAMPLERSTATETYPE Type, in NineDevice9_GetSamplerState()
2537 D3DSAMPLERSTATETYPE Type, in NineDevice9_SetSamplerState()
Dnine_state.c1417 ARG_VAL(D3DSAMPLERSTATETYPE, Type), in CSMT_ITEM_NO_WAIT() argument
/external/mesa3d/include/D3D9/
Dd3d9.h226 virtual HRESULT WINAPI GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) = 0;
227 virtual HRESULT WINAPI SetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) = 0;
814 …HRESULT (WINAPI *GetSamplerState)(IDirect3DDevice9 *This, DWORD Sampler, D3DSAMPLERSTATETYPE Type,…
815 …HRESULT (WINAPI *SetSamplerState)(IDirect3DDevice9 *This, DWORD Sampler, D3DSAMPLERSTATETYPE Type,…
1065 …HRESULT (WINAPI *GetSamplerState)(IDirect3DDevice9Ex *This, DWORD Sampler, D3DSAMPLERSTATETYPE Typ…
1066 …HRESULT (WINAPI *SetSamplerState)(IDirect3DDevice9Ex *This, DWORD Sampler, D3DSAMPLERSTATETYPE Typ…
Dd3d9types.h879 } D3DSAMPLERSTATETYPE; typedef