Searched refs:egl_error_str (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 36 static const char* egl_error_str(EGLint error) { in egl_error_str() function 57 static const char* egl_error_str() { in egl_error_str() function 58 return egl_error_str(eglGetError()); in egl_error_str() 89 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", egl_error_str()); in initialize() 93 "Failed to initialize display %p! err=%s", mEglDisplay, egl_error_str()); in initialize() 144 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str()); in loadConfig() 153 "Failed to create context, error = %s", egl_error_str()); in createContext() 199 (void*) window, egl_error_str()); in createSurface() 208 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str()); in destroySurface() 243 (void*)surface, egl_error_str()); in makeCurrent() [all …]
|