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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 488 long Direct3DDevice9Ex::GetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long *value)
492 return Direct3DDevice9::GetSamplerState(sampler, state, value);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 226 virtual HRESULT WINAPI GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) = 0;
    [all...]

Completed in 390 milliseconds