Lines Matching defs:retainObject

1837     Wrapper(const cl_type &obj, bool retainObject) : object_(obj)   in Wrapper()
1952 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper()
2192 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device()
2511 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform()
3096 explicit Context(const cl_context& context, bool retainObject = false) : in Context()
3238 explicit Event(const cl_event& event, bool retainObject = false) : in Event()
3424 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory()
4029 explicit Buffer(const cl_mem& buffer, bool retainObject = false) : in Buffer()
4165 explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : in BufferD3D10()
4254 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL()
4351 explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) : in BufferRenderGL()
4422 explicit Image(const cl_mem& image, bool retainObject = false) : in Image()
4541 explicit Image1D(const cl_mem& image1D, bool retainObject = false) : in Image1D()
4628 explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) : in Image1DBuffer()
4714 explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) : in Image1DArray()
4943 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
5039 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL()
5135 …explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, ret… in Image2DArray()
5263 explicit Image3D(const cl_mem& image3D, bool retainObject = false) : in Image3D()
5355 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL()
5440 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL()
5554 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe()
5686 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) : in Sampler()
5911 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel()