Lines Matching defs:retainObject

1758     Wrapper(const cl_type &obj, bool retainObject) : object_(obj)   in Wrapper()
1873 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper()
2110 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device()
2429 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform()
3007 explicit Context(const cl_context& context, bool retainObject = false) : in Context()
3149 explicit Event(const cl_event& event, bool retainObject = false) : in Event()
3335 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory()
3940 explicit Buffer(const cl_mem& buffer, bool retainObject = false) : in Buffer()
4076 explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) : in BufferD3D10()
4165 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL()
4262 explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) : in BufferRenderGL()
4333 explicit Image(const cl_mem& image, bool retainObject = false) : in Image()
4453 explicit Image1D(const cl_mem& image1D, bool retainObject = false) : in Image1D()
4541 explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) : in Image1DBuffer()
4629 explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) : in Image1DArray()
4868 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL()
5062 …explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, ret… in Image2DArray()
5193 explicit Image3D(const cl_mem& image3D, bool retainObject = false) : in Image3D()
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL()
5370 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL()
5484 explicit Pipe(const cl_mem& pipe, bool retainObject = false) : in Pipe()
5616 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) : in Sampler()
5841 explicit Kernel(const cl_kernel& kernel, bool retainObject = false) : in Kernel()