Lines Matching defs:retainObject

1874     Wrapper(const cl_type &obj, bool retainObject) : object_(obj)   in Wrapper()
1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper()
2186 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device()
2551 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform()
3136 explicit Context(const cl_context& context, bool retainObject = false) : in Context()
3278 explicit Event(const cl_event& event, bool retainObject = false) : in Event()
3464 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory()
4069 explicit Buffer(const cl_mem& buffer, bool retainObject = false) : in Buffer()
4205 explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : in BufferD3D10()
4294 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL()
4391 explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) : in BufferRenderGL()
4462 explicit Image(const cl_mem& image, bool retainObject = false) : in Image()
4581 explicit Image1D(const cl_mem& image1D, bool retainObject = false) : in Image1D()
4668 explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) : in Image1DBuffer()
4754 explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) : in Image1DArray()
4983 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
5079 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL()
5175 …explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, ret… in Image2DArray()
5303 explicit Image3D(const cl_mem& image3D, bool retainObject = false) : in Image3D()
5395 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL()
5480 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL()
5594 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe()
5726 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) : in Sampler()
5951 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel()
6670 explicit Program(const cl_program& program, bool retainObject = false) : in Program()
7593 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in CommandQueue()
8973 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in DeviceCommandQueue()