Lines Matching defs:pointer
325 * \return A memory pointer to the error message string.
674 /*! \brief Returns a pointer to the private copy held by this instance,
4804 * \returns a pointer to the size of the first dimension.
5125 * \param binaries A vector of pairs of a pointer to a binary object and its length.
5130 * Set to CL_INVALID_VALUE if the length is 0 or the binary pointer is NULL.
6886 DataType *pointer =
6897 pointer, length));
6899 std::copy(startIterator, endIterator, pointer);
6902 error = queue.enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);
6925 DataType *pointer =
6931 std::copy(pointer, pointer + length, startIterator);
6933 error = queue.enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);