Searched refs:CL_OUT_OF_RESOURCES (Results 1 – 3 of 3) sorted by relevance
143 throw error(CL_OUT_OF_RESOURCES); in root_resource()183 throw error(CL_OUT_OF_RESOURCES); in mapping()188 throw error(CL_OUT_OF_RESOURCES); in mapping()
39 case CL_OUT_OF_RESOURCES: return "CL_OUT_OF_RESOURCES"; in cl_error_to_string()
104 #define CL_OUT_OF_RESOURCES -5 macro