Searched refs:max_lod (Results 1 – 5 of 5) sorted by relevance
100 GL_EXTCALL(glSamplerParameterf(sampler->name, GL_TEXTURE_MAX_LOD, desc->max_lod)); in wined3d_sampler_cs_init()
779 gl_tex->sampler_desc.max_lod = 1000.0f;
794 desc.max_lod = 1000.0f; in create_default_samplers()
3661 desc->max_lod = 1000.0f; in wined3d_sampler_desc_from_sampler_states()
2024 float max_lod; member