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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp72 const char* EglManager::eglErrorString() { function in class:android::uirenderer::renderthread::EglManager
97 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", eglErrorString());
101 "Failed to initialize display %p! err=%s", mEglDisplay, eglErrorString());
188 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString());
200 "Failed to create context, error = %s", eglErrorString());
227 (void*) window, eglErrorString());
232 (void*) window, eglErrorString());
243 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, eglErrorString());
278 (void*)surface, eglErrorString());
322 (void*)frame.mSurface, eglErrorString());
[all...]

Completed in 34 milliseconds