Searched refs:get_error_string (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 289 get_error_string(int ret) { in get_error_string() function 441 -ret, get_error_string(ret)); in cert_verify_callback_mbedtls() 482 -ret, get_error_string(ret)); in setup_pki_credentials() 490 -ret, get_error_string(ret)); in setup_pki_credentials() 497 -ret, get_error_string(ret)); in setup_pki_credentials() 515 -ret, get_error_string(ret)); in setup_pki_credentials() 553 -ret, get_error_string(ret)); in setup_pki_credentials() 578 -ret, get_error_string(ret)); in setup_pki_credentials() 585 -ret, get_error_string(ret)); in setup_pki_credentials() 622 -ret, get_error_string(ret)); in setup_pki_credentials() [all …]
|
/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 245 static const char* get_error_string(GrGLenum err) { 266 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error));
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 20 const char *get_error_string(uint32_t err) { in get_error_string() function 44 SkDebugf("---- glGetError 0x%x(%s)", err, get_error_string(err)); in GrGLCheckErr()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLInterfaceAutogen.cpp | 23 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()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 24525 gl/egl: move get_error_string() into gstegl 27018 gl/egl: pass the error value to get_error_string()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 66041 gl/egl: move get_error_string() into gstegl 79249 gl/egl: pass the error value to get_error_string()
|