Home
last modified time | relevance | path

Searched refs:D3DSAMP_MIPMAPLODBIAS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c221 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]); in nine_convert_sampler_state()
Dnine_dump.c49 case D3DSAMP_MIPMAPLODBIAS: return "MIPMAPLODBIAS"; in nine_D3DSAMP_to_str()
Dnine_state.c2763 [D3DSAMP_MIPMAPLODBIAS] = 0,
/external/mesa3d/include/D3D9/
Dd3d9types.h873 D3DSAMP_MIPMAPLODBIAS = 8, enumerator
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1021 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MIPMAPLODBIAS, static_cast<DWORD>(lodBias)); in setSamplerState()