Home
last modified time | relevance | path

Searched refs:retainObject (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp1874 Wrapper(const cl_type &obj, bool retainObject) : object_(obj) in Wrapper() argument
1876 if (retainObject) { in Wrapper()
1990 Wrapper(const cl_type &obj, bool retainObject) : in Wrapper() argument
1996 if (retainObject) { in Wrapper()
2186 explicit Device(const cl_device_id &device, bool retainObject = false) : in Device() argument
2187 detail::Wrapper<cl_type>(device, retainObject) { } in Device()
2551 explicit Platform(const cl_platform_id &platform, bool retainObject = false) : in Platform() argument
2552 detail::Wrapper<cl_type>(platform, retainObject) { } in Platform()
3136 explicit Context(const cl_context& context, bool retainObject = false) : in Context() argument
3137 detail::Wrapper<cl_type>(context, retainObject) { } in Context()
[all …]