Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c232 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]); in nine_convert_sampler_state()
Dnine_dump.c44 case D3DSAMP_ADDRESSW: return "ADDRESSW"; in nine_D3DSAMP_to_str()
Dnine_state.c2902 [D3DSAMP_ADDRESSW] = D3DTADDRESS_WRAP,
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1091 captureSamplerState(sampler, D3DSAMP_ADDRESSW); in capturePixelSamplerStates()
DDirect3DDevice9.cpp2532 SetSamplerState(i, D3DSAMP_ADDRESSW, D3DTADDRESS_WRAP); in Reset()
4215 case D3DSAMP_ADDRESSW: in SetSamplerState()
/external/mesa3d/include/D3D9/
Dd3d9types.h868 D3DSAMP_ADDRESSW = 3, enumerator