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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp40 static const char* egl_error_str(EGLint error) { function in namespace:android::uirenderer::renderthread
61 static const char* egl_error_str() { function in namespace:android::uirenderer::renderthread
62 return egl_error_str(eglGetError());
106 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", egl_error_str());
110 "Failed to initialize display %p! err=%s", mEglDisplay, egl_error_str());
174 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str());
186 "Failed to create context, error = %s", egl_error_str());
230 (void*) window, egl_error_str());
235 (void*) window, egl_error_str());
246 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str());
[all...]

Completed in 1132 milliseconds