Searched refs:egl_error_str (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 40 static const char* egl_error_str(EGLint error) { in egl_error_str() function 61 static const char* egl_error_str() { in egl_error_str() function 62 return egl_error_str(eglGetError()); in egl_error_str() 106 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", egl_error_str()); in initialize() 110 "Failed to initialize display %p! err=%s", mEglDisplay, egl_error_str()); in initialize() 174 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str()); in loadConfig() 186 "Failed to create context, error = %s", egl_error_str()); in createContext() 230 (void*) window, egl_error_str()); in createSurface() 235 (void*) window, egl_error_str()); in createSurface() 246 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, egl_error_str()); in destroySurface() [all …]
|