Lines Matching defs:retainObject

2162     Wrapper(const cl_type &obj, bool retainObject) : object_(obj)   in Wrapper()
2278 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper()
2474 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device()
2738 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform()
3451 explicit Context(const cl_context& context, bool retainObject = false) : in Context()
3652 explicit Event(const cl_event& event, bool retainObject = false) : in Event()
3841 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory()
4468 explicit Buffer(const cl_mem& buffer, bool retainObject = false) : in Buffer()
4579 explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : in BufferD3D10()
4639 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL()
4709 explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) : in BufferRenderGL()
4753 explicit Image(const cl_mem& image, bool retainObject = false) : in Image()
4844 explicit Image1D(const cl_mem& image1D, bool retainObject = false) : in Image1D()
4904 explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) : in Image1DBuffer()
4964 explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) : in Image1DArray()
5169 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
5240 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL()
5310 …explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, ret… in Image2DArray()
5411 explicit Image3D(const cl_mem& image3D, bool retainObject = false) : in Image3D()
5476 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL()
5534 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL()
5621 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe()
5727 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) : in Sampler()
5935 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel()
6631 explicit Program(const cl_program& program, bool retainObject = false) : in Program()
7561 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in CommandQueue()
9310 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : in DeviceCommandQueue()
10813 explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObject = false) : in Semaphore()
11037 …explicit CommandBufferKhr(const cl_command_buffer_khr& commandBufferKhr, bool retainObject = false… in CommandBufferKhr()
11515 …explicit MutableCommandKhr(const cl_mutable_command_khr& mutableCommandKhr, bool retainObject = fa… in MutableCommandKhr()