Searched refs:clErrorCode (Results 1 – 3 of 3) sorted by relevance
52 CLenum clErrorCode = CL_SUCCESS; in handleError() local58 clErrorCode = CL_OUT_OF_HOST_MEMORY; in handleError()61 clErrorCode = CL_INVALID_OPERATION; in handleError()64 ERR() << " CL error (" << clErrorCode << ")"; in handleError()70 ANGLE_CL_SET_ERROR(clErrorCode); in handleError()
30 const char *IGetErrorString(int clErrorCode) in IGetErrorString() argument32 switch (clErrorCode) in IGetErrorString()
171 extern const char *IGetErrorString(int clErrorCode);