Home | History | Annotate | Download | only in main

Lines Matching refs:Width2

557       assert(baseImage->Width2 == baseImage->Height);
560 t->Image[face][baseLevel]->Width2 ==
563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) {
589 width = baseImage->Width2;
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
639 if (img->Width2 != t->Image[0][i]->Width2 ||