Home | History | Annotate | Download | only in main

Lines Matching defs:texImg

743          const struct gl_texture_image *texImg =
745 minWidth = MIN2(minWidth, texImg->Width);
746 maxWidth = MAX2(maxWidth, texImg->Width);
747 minHeight = MIN2(minHeight, texImg->Height);
748 maxHeight = MAX2(maxHeight, texImg->Height);
749 f = texImg->_BaseFormat;
750 attFormat = texImg->TexFormat;