Home | History | Annotate | Download | only in common

Lines Matching defs:MinSize

209    GLsizei MinSize;       /**< Min texture size to allocate */
1186 tex->MinSize = 16; /* 16 x 16 at least */
1262 tex->Width = MAX2(tex->MinSize, width);
1263 tex->Height = MAX2(tex->MinSize, height);
1268 w = h = tex->MinSize;