Searched refs:SetSamplerState (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc499 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR );
500 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MAGFILTER, D3DTEXF_LINEAR );
501 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MIPFILTER, D3DTEXF_LINEAR );
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp2529 SetSamplerState(i, D3DSAMP_ADDRESSU, D3DTADDRESS_WRAP);
2530 SetSamplerState(i, D3DSAMP_ADDRESSV, D3DTADDRESS_WRAP);
2531 SetSamplerState(i, D3DSAMP_ADDRESSW, D3DTADDRESS_WRAP);
2532 SetSamplerState(i, D3DSAMP_BORDERCOLOR, 0x00000000);
2533 SetSamplerState(i, D3DSAMP_MAGFILTER, D3DTEXF_POINT);
2534 SetSamplerState(i, D3DSAMP_MINFILTER, D3DTEXF_POINT);
2535 SetSamplerState(i, D3DSAMP_MIPFILTER, D3DTEXF_NONE);
2536 SetSamplerState(i, D3DSAMP_MIPMAPLODBIAS, 0);
2537 SetSamplerState(i, D3DSAMP_MAXMIPLEVEL, 0);
2538 SetSamplerState(
4135 long Direct3DDevice9::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value) function in class:D3D9::Direct3DDevice9
[all...]
H A DDirect3DDevice9.hpp161 long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value);
H A DDirect3DDevice9Ex.hpp126 long __stdcall SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value);
H A DDirect3DDevice9Ex.cpp768 long Direct3DDevice9Ex::SetSamplerState(unsigned long sampler, D3DSAMPLERSTATETYPE state, unsigned long value) function in class:D3D9::Direct3DDevice9Ex
772 return Direct3DDevice9::SetSamplerState(sampler, state, value);
H A DDirect3DStateBlock9.cpp183 device->SetSamplerState(index, (D3DSAMPLERSTATETYPE)state, samplerState[sampler][state]);

Completed in 112 milliseconds