Lines Matching refs:BASE
390 enum base_mipmap { BASE, MIPMAP };
396 * 1. "base incomplete": the base level of the texture is invalid so no
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
422 if (bm == BASE)
460 /* Detect cases where the application set the base level to an invalid
464 incomplete(t, BASE, "base level = %d is invalid", baseLevel);
469 incomplete(t, BASE, "MAX_LEVEL (%d) < BASE_LEVEL (%d)",
476 /* Always need the base level image */
478 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel);
486 incomplete(t, BASE, "texture width or height or depth = 0");
564 incomplete(t, BASE, "Cube face missing or mismatched size");
584 incomplete(t, BASE, "minLevel > maxLevel");
588 /* Get the base image's dimensions */
905 * "If <level> is less than zero or greater than the base 2 logarithm