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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp36 static const char* egl_error_str(EGLint error) { function in namespace:android::uirenderer::renderthread
57 static const char* egl_error_str() { function in namespace:android::uirenderer::renderthread
58 return egl_error_str(eglGetError());
89 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", egl_error_str());
93 "Failed to initialize display %p! err=%s", mEglDisplay, egl_error_str());
144 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str());
153 "Failed to create context, error = %s", egl_error_str());
199 (void*) window, egl_error_str());
208 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str());
243 (void*)surface, egl_error_str());
[all...]

Completed in 45 milliseconds