OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableLevels
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
textureview.c
490
texObj->Attrib.
ImmutableLevels
= levels;
502
texObj->Attrib.
ImmutableLevels
= 1;
507
texObj->Attrib.
ImmutableLevels
= 1;
697
texObj->Attrib.
ImmutableLevels
= origTexObj->Attrib.
ImmutableLevels
;
texparam.c
420
texObj->Attrib.BaseLevel = MIN2(texObj->Attrib.
ImmutableLevels
- 1, params[0]);
447
texObj->Attrib.
ImmutableLevels
- 1);
2367
*params = (GLfloat) obj->Attrib.
ImmutableLevels
;
2640
*params = obj->Attrib.
ImmutableLevels
;
mtypes.h
942
GLbyte
ImmutableLevels
; /**< ES 3.0 / ARB_texture_view */
fbobject.c
3763
const int max_levels = texObj->Immutable ? texObj->Attrib.
ImmutableLevels
:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
textureview.c
488
texObj->
ImmutableLevels
= levels;
500
texObj->
ImmutableLevels
= 1;
505
texObj->
ImmutableLevels
= 1;
693
texObj->
ImmutableLevels
= origTexObj->
ImmutableLevels
;
texparam.c
410
texObj->BaseLevel = MIN2(texObj->
ImmutableLevels
- 1, params[0]);
437
texObj->
ImmutableLevels
- 1);
1988
*params = (GLfloat) obj->
ImmutableLevels
;
2226
*params = obj->
ImmutableLevels
;
mtypes.h
978
GLbyte
ImmutableLevels
; /**< ES 3.0 / ARB_texture_view */
fbobject.c
3465
const int max_levels = texObj->Immutable ? texObj->
ImmutableLevels
:
Completed in 38 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026