Lines Matching defs:image
407 #define __IMAGE_DIMENSION_ERR __ERR_STR(Incorrect image dimensions)
2779 /*! \brief Gets a list of supported image formats.
3590 __CL_EXPLICIT_CONSTRUCTORS Image(const cl_mem& image) : Memory(image) { }
4088 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { }
4399 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { }
4445 * \brief general image interface for GL interop.
4478 __CL_EXPLICIT_CONSTRUCTORS ImageGL(const cl_mem& image) : Image(image) { }
5945 const Image& image,
5958 object_, image(), blocking, (const ::size_t *) origin,
5972 const Image& image,
5985 object_, image(), blocking, (const ::size_t *) origin,
6025 * Enqueue a command to fill an image object with a specified color.
6026 * \param fillColor is the color to use to fill the image.
6028 * the image channel data type is not an unnormalized signed or
6032 const Image& image,
6043 image(),
6059 * Enqueue a command to fill an image object with a specified color.
6060 * \param fillColor is the color to use to fill the image.
6062 * the image channel data type is an unnormalized signed integer
6066 const Image& image,
6077 image(),
6093 * Enqueue a command to fill an image object with a specified color.
6094 * \param fillColor is the color to use to fill the image.
6096 * the image channel data type is an unnormalized unsigned integer
6100 const Image& image,
6111 image(),
7051 const Image& image,
7069 image,
7081 const Image& image,
7099 image,