Searched refs:retainObject (Results 1 – 1 of 1) sorted by relevance
1874 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() argument1876 if (retainObject) { in Wrapper()1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() argument1996 if (retainObject) { in Wrapper()2186 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device() argument2187 detail::Wrapper<cl_type>(device, retainObject) { } in Device()2551 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform() argument2552 detail::Wrapper<cl_type>(platform, retainObject) { } in Platform()3136 explicit Context(const cl_context& context, bool retainObject = false) : in Context() argument3137 detail::Wrapper<cl_type>(context, retainObject) { } in Context()[all …]