HomeSort by relevance Sort by last modified time
    Searched refs:D3DSAMPLERSTATETYPE (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 66 void setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned long value);
83 void captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state);
Direct3DDevice9Ex.hpp 125 long __stdcall GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long *value) override;
126 long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value) override;
Direct3DStateBlock9.cpp 183 device->SetSamplerState(index, (D3DSAMPLERSTATETYPE)state, samplerState[sampler][state]);
403 device->GetSamplerState(index, (D3DSAMPLERSTATETYPE)state, &samplerState[sampler][state]);
709 void Direct3DStateBlock9::setSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state, unsigned long value)
968 void Direct3DStateBlock9::captureSamplerState(unsigned long index, D3DSAMPLERSTATETYPE state)
    [all...]
Direct3DDevice9.hpp 121 long __stdcall GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE type, unsigned long *value) override;
161 long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value) override;
Direct3DDevice9Ex.cpp 488 long Direct3DDevice9Ex::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long *value)
490 TRACE("unsigned long sampler = %d, D3DSAMPLERSTATETYPE type = %d, unsigned long *value = 0x%0.8p", sampler, state, value);
768 long Direct3DDevice9Ex::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value)
770 TRACE("unsigned long sampler = %d, D3DSAMPLERSTATETYPE state = %d, unsigned long value = %d", sampler, state, value);
    [all...]
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_limits.h 238 nine_check_sampler_state_value(D3DSAMPLERSTATETYPE State,
nine_state.h 357 D3DSAMPLERSTATETYPE Type,
device9.h 577 D3DSAMPLERSTATETYPE Type,
583 D3DSAMPLERSTATETYPE Type,
nine_lock.c     [all...]
device9.c     [all...]
nine_state.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
d3dx9effect.h 186 STDMETHOD(SetSamplerState)(THIS_ DWORD sampler, D3DSAMPLERSTATETYPE type, DWORD value) PURE;
d3d9.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 226 virtual HRESULT WINAPI GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) = 0;
227 virtual HRESULT WINAPI SetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) = 0;
    [all...]
d3d9types.h 879 } D3DSAMPLERSTATETYPE;
    [all...]

Completed in 91 milliseconds