Home | History | Annotate | Download | only in main

Lines Matching full:maxsize

2061          const GLint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1);
2062 if (zoffset < 0 || zoffset >= maxSize) {