Searched defs:get_error_string (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.cpp18 const char *get_error_string(uint32_t err) { function in namespace:__anon15301
42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp18 const char *get_error_string(uint32_t err) { function in namespace:__anon30718
42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
/external/valgrind/main/coregrind/
H A Dm_errormgr.c162 const HChar* VG_(get_error_string) ( Error* err ) function

Completed in 1469 milliseconds