Home
last modified time | relevance | path

Searched refs:get_error_string (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dinternal.h236 const char *get_error_string(hsa_status_t err);
251 get_error_string(status)); \
260 get_error_string(status)); \
Dutils.cpp35 const char *get_error_string(hsa_status_t err) { in get_error_string() function
/external/skia/tools/gpu/gl/interface/
Dtemplates.go245 static const char* get_error_string(GrGLenum err) {
266 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error));
/external/skqp/src/gpu/gl/
DGrGLUtil.cpp19 const char *get_error_string(uint32_t err) { in get_error_string() function
43 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp23 static const char* get_error_string(GrGLenum err) { in get_error_string() function
44 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error)); in checkError()