Lines Matching defs:false

340         cl::Buffer outputBuffer(begin(output), end(output), false);
1852 bool retVal = false;
1869 Wrapper() : object_(NULL), referenceCountable_(false)
1875 referenceCountable_(false)
1901 rhs.referenceCountable_ = false;
1922 rhs.referenceCountable_ = false;
2110 explicit Device(const cl_device_id &device, bool retainObject = false) :
2281 (*devices)[i] = Device(ids[i], false);
2328 (*devices)[i] = Device(ids[i], false);
2425 * Defaults to false to maintain compatibility with
2429 explicit Platform(const cl_platform_id &platform, bool retainObject = false) :
3007 explicit Context(const cl_context& context, bool retainObject = false) :
3144 * Defaults to false to maintain compatibility with
3149 explicit Event(const cl_event& event, bool retainObject = false) :
3330 * Defaults to false to maintain compatibility with
3872 bool useHostPtr = false,
3920 bool readOnly, bool useHostPtr = false, cl_int* err = NULL);
3928 bool readOnly, bool useHostPtr = false, cl_int* err = NULL);
3936 * Defaults to false to maintain compatibility with earlier versions.
3940 explicit Buffer(const cl_mem& buffer, bool retainObject = false) :
4072 * Defaults to false to maintain compatibility with
4076 explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) :
4161 * Defaults to false to maintain compatibility with
4165 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) :
4258 * Defaults to false to maintain compatibility with
4262 explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) :
4329 * Defaults to false to maintain compatibility with
4333 explicit Image(const cl_mem& image, bool retainObject = false) :
4449 * Defaults to false to maintain compatibility with
4453 explicit Image1D(const cl_mem& image1D, bool retainObject = false) :
4537 * Defaults to false to maintain compatibility with
4541 explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) :
4625 * Defaults to false to maintain compatibility with
4629 explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) :
4706 useCreateImage = false;
4864 * Defaults to false to maintain compatibility with
4868 explicit Image2D(const cl_mem& image2D, bool retainObject = false) :
4960 * Defaults to false to maintain compatibility with
4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) :
5058 * Defaults to false to maintain compatibility with
5062 explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, retainObject) { }
5137 useCreateImage = false;
5189 * Defaults to false to maintain compatibility with
5193 explicit Image3D(const cl_mem& image3D, bool retainObject = false) :
5281 * Defaults to false to maintain compatibility with
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) :
5366 * Defaults to false to maintain compatibility with
5370 explicit ImageGL(const cl_mem& image, bool retainObject = false) :
5480 * Defaults to false to maintain compatibility with earlier versions.
5484 explicit Pipe(const cl_mem& pipe, bool retainObject = false) :
5611 * Defaults to false to maintain compatibility with
5616 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) :
5836 * Defaults to false to maintain compatibility with
5841 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) :
6170 bool build = false,
6210 bool build = false,
6322 bool build = false,
6378 bool build = false,
6542 * Defaults to false to maintain compatibility with
6545 explicit Program(const cl_program& program, bool retainObject = false) :
6756 (*kernels)[i] = Kernel(value[i], false);
6894 return Program(prog, false);
7075 useWithProperties = false;
7141 useWithProperties = false;
7206 useWithProperties = false;
7273 useWithProperties = false;
7324 useWithProperties = false;
7375 useWithProperties = false;
7438 * Defaults to false to maintain compatibility with
7441 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :
8818 * Defaults to false to maintain compatibility with
8821 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :