Lines Matching defs:image
325 DE_FATAL("Impossible image type");
414 DE_FATAL("Impossible image type");
425 DE_FATAL("Impossible image type");
471 GLenum attPoint, const Image* image,
478 if (const TextureLayered* const ltex = dynamic_cast<const TextureLayered*>(image))
496 // "The width and height of image are non-zero."
497 if (image->width == 0 || image->height == 0)
498 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Width and height of an image are not non-zero");
501 if (db.isKnownFormat(image->internalFormat))
503 const FormatFlags flags = db.getFormatInfo(image->internalFormat);
627 // "There is at least one image attached to the framebuffer."
636 const Image* const image = fboConfig.getImage(attachmentType(att), att.imageName);
638 checkAttachmentCompleteness(*cctx, att, attPoint, image, m_formats);
639 cctx->check(it->first, *it->second, image);
663 DE_FATAL("Bad image type");