Lines Matching defs:image
853 #define __IMAGE_DIMENSION_ERR CL_HPP_ERR_STR_(Incorrect image dimensions)
3044 /*! \brief Gets a list of supported image formats.
4333 explicit Image(const cl_mem& image, bool retainObject = false) :
4334 Memory(image, retainObject) { }
4774 // Use buffer as input to image
4793 /*! \brief Constructs a 2D Image from an image.
4794 * \note This will share storage with the underlying image but may
4797 * The image will be created matching with a descriptor matching the source.
4799 * \param order is the channel order to reinterpret the image data as.
4813 // Descriptor fields have to match source image
4840 // Use buffer as input to image
4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) :
4965 Image2D(image, retainObject) { }
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) :
5286 Image3D(image, retainObject) { }
5330 * \brief general image interface for GL interop.
5370 explicit ImageGL(const cl_mem& image, bool retainObject = false) :
5371 Image(image, retainObject) { }
7732 const Image& image,
7746 image(),
7765 const Image& image,
7779 image(),
7828 * Enqueue a command to fill an image object with a specified color.
7829 * \param fillColor is the color to use to fill the image.
7831 * the image channel data type is not an unnormalized signed or
7835 const Image& image,
7846 image(),
7862 * Enqueue a command to fill an image object with a specified color.
7863 * \param fillColor is the color to use to fill the image.
7865 * the image channel data type is an unnormalized signed integer
7869 const Image& image,
7880 image(),
7896 * Enqueue a command to fill an image object with a specified color.
7897 * \param fillColor is the color to use to fill the image.
7899 * the image channel data type is an unnormalized unsigned integer
7903 const Image& image,
7914 image(),
9603 const Image& image,
9621 image,
9633 const Image& image,
9651 image,