Lines Matching defs:default_
1974 static Device default_;
1979 * This sets @c default_ and @c default_error_. It does not throw
1986 * This sets @c default_. It does not throw
1990 default_ = p;
1997 * This sets @c default_ to an empty value to support cleanup in
2002 default_ = Device();
2028 return default_;
2042 return default_;
2193 CL_HPP_DEFINE_STATIC_MEMBER_ Device Device::default_;
2207 static Platform default_;
2212 * This sets @c default_ and @c default_error_. It does not throw
2244 default_ = Platform(ids[0]);
2255 * This sets @c default_. It does not throw
2259 default_ = p;
2266 * This sets @c default_ to an empty value to support cleanup in
2271 default_ = Platform();
2306 return default_;
2320 return default_;
2553 CL_HPP_DEFINE_STATIC_MEMBER_ Platform Platform::default_;
2587 static Context default_;
2592 * This sets @c default_ and @c default_error_. It does not throw
2613 default_ = Context(
2630 * This sets @c default_. It does not throw
2634 default_ = c;
2641 * This sets @c default_ to an empty value to support cleanup in
2646 default_ = Context();
2838 return default_;
2852 return default_;
2968 default_ = context.getInfo<CL_CONTEXT_DEVICES>()[0];
2980 CL_HPP_DEFINE_STATIC_MEMBER_ Context Context::default_;
6636 static CommandQueue default_;
6661 default_ = CommandQueue(context, device, 0, &default_error_);
6673 * This sets @c default_. It does not throw
6677 default_ = c;
6684 * This sets @c default_ to an empty value to support cleanup in
6689 default_ = CommandQueue();
7065 return default_;
7079 return default_;
8242 CL_HPP_DEFINE_STATIC_MEMBER_ CommandQueue CommandQueue::default_;