Home
last modified time | relevance | path

Searched refs:D3DSAMP_ADDRESSV (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c231 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]); in nine_convert_sampler_state()
Dnine_dump.c43 case D3DSAMP_ADDRESSV: return "ADDRESSV"; in nine_D3DSAMP_to_str()
Dnine_state.c2901 [D3DSAMP_ADDRESSV] = D3DTADDRESS_WRAP,
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1090 captureSamplerState(sampler, D3DSAMP_ADDRESSV); in capturePixelSamplerStates()
DDirect3DDevice9.cpp2531 SetSamplerState(i, D3DSAMP_ADDRESSV, D3DTADDRESS_WRAP); in Reset()
4193 case D3DSAMP_ADDRESSV: in SetSamplerState()
/external/mesa3d/include/D3D9/
Dd3d9types.h867 D3DSAMP_ADDRESSV = 2, enumerator