Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCLContextVk.cpp52 CLenum clErrorCode = CL_SUCCESS; in handleError() local
58 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()
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp30 const char *IGetErrorString(int clErrorCode) in IGetErrorString() argument
32 switch (clErrorCode) in IGetErrorString()
DerrorHelpers.h171 extern const char *IGetErrorString(int clErrorCode);