HomeSort by relevance Sort by last modified time
    Searched defs:SetSamplerState (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 768 long Direct3DDevice9Ex::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value)
772 return Direct3DDevice9::SetSamplerState(sampler, state, value);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 227 virtual HRESULT WINAPI SetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value) = 0;
    [all...]

Completed in 539 milliseconds