Home | History | Annotate | Download | only in CL

Lines Matching defs:Memory

203 class Memory;
226 * \return A memory pointer to the error message string.
914 F(cl_mem_info, CL_MEM_ASSOCIATED_MEMOBJECT, cl::Memory) \
1047 static cl_int retain(cl_mem memory)
1048 { return ::clRetainMemObject(memory); }
1049 static cl_int release(cl_mem memory)
1050 memory); }
1681 /*! \class Memory
1682 * \brief Memory interface for cl_mem.
1684 class Memory : public detail::Wrapper<cl_mem>
1687 Memory() : detail::Wrapper<cl_type>() { }
1689 Memory(const Memory& memory) : detail::Wrapper<cl_type>(memory) { }
1691 Memory& operator = (const Memory& rhs)
1736 __GET_INFO_HELPER_WITH_RETAIN(cl::Memory)
1739 * \brief Memory buffer interface.
1741 class Buffer : public Memory
1760 Buffer() : Memory() { }
1762 Buffer(const Buffer& buffer) : Memory(buffer) { }
1767 Memory::operator=(rhs);
1843 * \brief Memory buffer interface for GL interop.
1890 * \brief Memory buffer interface for GL interop with renderbuffer.
1939 class Image : public Memory
1942 Image() : Memory() { }
1944 Image(const Image& image) : Memory(image) { }
1949 Memory::operator=(rhs);
2922 const Memory& memory,
2929 object_, memory(), mapped_ptr,
2973 const VECTOR_CLASS<Memory>* mem_objects = NULL,
3018 const VECTOR_CLASS<Memory>* mem_objects = NULL,
3034 const VECTOR_CLASS<Memory>* mem_objects = NULL,
3060 const VECTOR_CLASS<Memory>* mem_objects = NULL,
3079 const VECTOR_CLASS<Memory>* mem_objects = NULL,