Searched refs:D3DSAMP_MIPMAPLODBIAS (Results 1 – 5 of 5) sorted by relevance
221 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]); in nine_convert_sampler_state()
49 case D3DSAMP_MIPMAPLODBIAS: return "MIPMAPLODBIAS"; in nine_D3DSAMP_to_str()
2763 [D3DSAMP_MIPMAPLODBIAS] = 0,
873 D3DSAMP_MIPMAPLODBIAS = 8, enumerator
1021 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MIPMAPLODBIAS, static_cast<DWORD>(lodBias)); in setSamplerState()