Searched defs:Wrapper (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 1747 class Wrapper class in namespace:cl::detail 1756 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper 1758 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) function in class:cl::detail::Wrapper 1770 Wrapper(const Wrapper<cl_typ function in class:cl::detail::Wrapper 1776 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ function in class:cl::detail::Wrapper 1841 class Wrapper<cl_device_id> class in namespace:cl::detail 1869 Wrapper() : object_(NULL), referenceCountable_(false) function in class:cl::detail::Wrapper 1873 Wrapper(const cl_type &obj, bool retainObject) : function in class:cl::detail::Wrapper 1889 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper 1896 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ function in class:cl::detail::Wrapper [all...] |
| H A D | cl.hpp | 1823 class Wrapper class in namespace:cl::detail 1832 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper 1834 Wrapper(const cl_type &obj) : object_(obj) { } function in class:cl::detail::Wrapper 1841 Wrapper(cons function in class:cl::detail::Wrapper 1848 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT function in class:cl::detail::Wrapper 1904 class Wrapper<cl_device_id> class in namespace:cl::detail 1926 Wrapper() : object_(NULL), referenceCountable_(false) function in class:cl::detail::Wrapper 1930 Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) function in class:cl::detail::Wrapper 1940 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper 1948 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT function in class:cl::detail::Wrapper [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.hpp | 1823 class Wrapper class in namespace:cl::detail 1832 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper 1834 Wrapper(const cl_type &obj) : object_(obj) { } function in class:cl::detail::Wrapper 1841 Wrapper(cons function in class:cl::detail::Wrapper 1848 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT function in class:cl::detail::Wrapper 1904 class Wrapper<cl_device_id> class in namespace:cl::detail 1926 Wrapper() : object_(NULL), referenceCountable_(false) function in class:cl::detail::Wrapper 1930 Wrapper(const cl_type &obj) : object_(obj), referenceCountable_(false) function in class:cl::detail::Wrapper 1940 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper 1948 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT function in class:cl::detail::Wrapper [all...] |
| H A D | cl2.hpp | 1647 class Wrapper class in namespace:cl::detail 1656 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper 1658 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) function in class:cl::detail::Wrapper 1670 Wrapper(const Wrapper<cl_typ function in class:cl::detail::Wrapper 1676 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ function in class:cl::detail::Wrapper 1744 class Wrapper<cl_device_id> class in namespace:cl::detail 1772 Wrapper() : object_(NULL), referenceCountable_(false) function in class:cl::detail::Wrapper 1776 Wrapper(const cl_type &obj, bool retainObject) : function in class:cl::detail::Wrapper 1792 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper 1799 Wrapper(Wrapper<cl_type>&& rhs) CL_HPP_NOEXCEPT_ function in class:cl::detail::Wrapper [all...] |
Completed in 36 milliseconds