Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtextureview.c493 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()
Dtexparam.c415 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()
Dmtypes.h874 GLbyte ImmutableLevels; /**< ES 3.0 / ARB_texture_view */ member
Dfbobject.c3901 const int max_levels = texObj->Immutable ? texObj->Attrib.ImmutableLevels : in check_level()