Home
last modified time | relevance | path

Searched refs:ImmutableLevels (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtextureview.c488 texObj->ImmutableLevels = levels; in _mesa_set_texture_view_state()
500 texObj->ImmutableLevels = 1; in _mesa_set_texture_view_state()
505 texObj->ImmutableLevels = 1; in _mesa_set_texture_view_state()
693 texObj->ImmutableLevels = origTexObj->ImmutableLevels; in texture_view()
Dtexparam.c389 texObj->BaseLevel = MIN2(texObj->ImmutableLevels - 1, params[0]); in set_tex_parameteri()
416 texObj->ImmutableLevels - 1); in set_tex_parameteri()
2305 *params = (GLfloat) obj->ImmutableLevels; in get_tex_parameterfv()
2571 *params = obj->ImmutableLevels; in get_tex_parameteriv()
Dmtypes.h980 GLbyte ImmutableLevels; /**< ES 3.0 / ARB_texture_view */ member
Dfbobject.c3717 const int max_levels = texObj->Immutable ? texObj->ImmutableLevels : in check_level()