Searched refs:ImmutableLevels (Results 1 – 4 of 4) sorted by relevance
493 texObj->Attrib.ImmutableLevels = levels; in _mesa_set_texture_view_state()505 texObj->Attrib.ImmutableLevels = 1; in _mesa_set_texture_view_state()510 texObj->Attrib.ImmutableLevels = 1; in _mesa_set_texture_view_state()700 texObj->Attrib.ImmutableLevels = origTexObj->Attrib.ImmutableLevels; in texture_view()
415 texObj->Attrib.BaseLevel = MIN2(texObj->Attrib.ImmutableLevels - 1, params[0]); in set_tex_parameteri()442 texObj->Attrib.ImmutableLevels - 1); in set_tex_parameteri()2436 *params = (GLfloat) obj->Attrib.ImmutableLevels; in get_tex_parameterfv()2727 *params = obj->Attrib.ImmutableLevels; in get_tex_parameteriv()
874 GLbyte ImmutableLevels; /**< ES 3.0 / ARB_texture_view */ member
3901 const int max_levels = texObj->Immutable ? texObj->Attrib.ImmutableLevels : in check_level()