Home | History | Annotate | Download | only in main

Lines Matching defs:img0

664    const struct gl_texture_image *img0, *img;
674 img0 = texObj->Image[0][baseLevel];
675 if (!img0 ||
676 img0->Width < 1 ||
677 img0->Width != img0->Height)
684 img->Width != img0->Width ||
685 img->Height != img0->Height ||
686 img->TexFormat != img0->TexFormat)