Searched refs:CL_INVALID_EVENT (Results 1 – 3 of 3) sorted by relevance
44 return CL_INVALID_EVENT; in clSetUserEventStatus()67 throw error(CL_INVALID_EVENT); in clWaitForEvents()94 return CL_INVALID_EVENT; in clGetEventInfo()123 throw error(CL_INVALID_EVENT); in clSetEventCallback()146 return CL_INVALID_EVENT; in clRetainEvent()155 return CL_INVALID_EVENT; in clReleaseEvent()199 throw error(CL_INVALID_EVENT); in clEnqueueWaitForEvents()
75 case CL_INVALID_EVENT: return "CL_INVALID_EVENT"; in cl_error_to_string()
143 #define CL_INVALID_EVENT -58 macro