Lines Matching defs:default_

2071     static Device default_;
2076 * This sets @c default_ and @c default_error_. It does not throw
2083 * This sets @c default_. It does not throw
2087 default_ = p;
2094 * This sets @c default_ to an empty value to support cleanup in
2099 default_ = Device();
2125 return default_;
2139 return default_;
2337 CL_HPP_DEFINE_STATIC_MEMBER_ Device Device::default_;
2351 static Platform default_;
2356 * This sets @c default_ and @c default_error_. It does not throw
2388 default_ = Platform(ids[0]);
2399 * This sets @c default_. It does not throw
2403 default_ = p;
2410 * This sets @c default_ to an empty value to support cleanup in
2415 default_ = Platform();
2450 return default_;
2464 return default_;
2697 CL_HPP_DEFINE_STATIC_MEMBER_ Platform Platform::default_;
2731 static Context default_;
2736 * This sets @c default_ and @c default_error_. It does not throw
2757 default_ = Context(
2774 * This sets @c default_. It does not throw
2778 default_ = c;
2785 * This sets @c default_ to an empty value to support cleanup in
2790 default_ = Context();
2982 return default_;
2996 return default_;
3112 default_ = context.getInfo<CL_CONTEXT_DEVICES>()[0];
3124 CL_HPP_DEFINE_STATIC_MEMBER_ Context Context::default_;
6986 static CommandQueue default_;
7011 default_ = CommandQueue(context, device, 0, &default_error_);
7023 * This sets @c default_. It does not throw
7027 default_ = c;
7034 * This sets @c default_ to an empty value to support cleanup in
7039 default_ = CommandQueue();
7415 return default_;
7429 return default_;
8713 CL_HPP_DEFINE_STATIC_MEMBER_ CommandQueue CommandQueue::default_;