Home | History | Annotate | Download | only in main

Lines Matching refs:_MaxLevel

262    dest->_MaxLevel = src->_MaxLevel;
496 /* Compute _MaxLevel (the maximum mipmap level we'll sample from given the
535 t->_MaxLevel = baseLevel + maxLog2; /* 'p' in the GL spec */
536 t->_MaxLevel = MIN2(t->_MaxLevel, t->MaxLevel);
537 t->_MaxLevel = MIN2(t->_MaxLevel, maxLevels - 1); /* 'q' in the GL spec */
540 t->_MaxLambda = (GLfloat) (t->_MaxLevel - baseLevel);
579 const GLint maxLevel = t->_MaxLevel;