Lines Matching defs:BASE
604 enum base_mipmap { BASE, MIPMAP };
618 * \param bm either BASE or MIPMAP to indicate what's incomplete
636 if (bm == BASE)
678 incomplete(t, BASE, "base level = %d is invalid", baseLevel);
692 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel);
700 incomplete(t, BASE, "texture width or height or depth = 0");
714 incomplete(t, BASE, "Filter is not supported with Float types.");
790 incomplete(t, BASE, "Cube face missing or mismatched size");
795 incomplete(t, BASE, "Cube face format mismatch");
799 incomplete(t, BASE, "Cube face border size mismatch");