Home | History | Annotate | Download | only in main

Lines Matching refs:Height2

561                 t->Image[face][baseLevel]->Height2);
590 height = baseImage->Height2;
627 if (img->Height2 != height) {
628 incomplete(t, MIPMAP, "TexImage[%d] bad height %u", i, img->Height2);
640 img->Height2 != t->Image[0][i]->Height2) {