Searched refs:egl_error_str (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp51 static const char* egl_error_str(EGLint error) { function in namespace:android::uirenderer::renderthread
73 return egl_error_str(eglGetError());
275 (void*)surface, egl_error_str(*errOut));
357 err, egl_error_str(err));

Completed in 125 milliseconds