HomeSort by relevance Sort by last modified time
    Searched defs:get_error_string (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.cpp 18 const char *get_error_string(uint32_t err) { function in namespace:__anon19183
42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 18 const char *get_error_string(uint32_t err) { function in namespace:__anon34435
42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
  /external/valgrind/main/coregrind/
m_errormgr.c 162 const HChar* VG_(get_error_string) ( Error* err ) function
    [all...]

Completed in 109 milliseconds