Searched refs:clRetainDevice (Results 1 – 6 of 6) sorted by relevance
76 clRetainDevice
84 #define clRetainDevice clRetainDevice_ macro255 #undef clRetainDevice256 #define clRetainDevice clRetainDevice_pfn macro358 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainDevice)(cl_device_id);
234 #undef clRetainDevice235 #define clRetainDevice clRetainDevice_fn macro236 inline cl_int clRetainDevice(cl_device_id p0) { return clRetainDevice_pfn(p0); } in clRetainDevice() function
521 cl_int (CL_API_CALL*clRetainDevice)(cl_device_id) =523 …nst struct DynamicFnEntry clRetainDevice_definition = { "clRetainDevice", (void**)&clRetainDevice};
605 clRetainDevice(cl_device_id /* device */) CL_API_SUFFIX__VERSION_1_2;
1561 { return ::clRetainDevice(device); } in retain()