Lines Matching refs:eglErrorString
72 const char* EglManager::eglErrorString() { in eglErrorString() function in android::uirenderer::renderthread::EglManager
97 "Failed to get EGL_DEFAULT_DISPLAY! err=%s", eglErrorString()); in initialize()
101 "Failed to initialize display %p! err=%s", mEglDisplay, eglErrorString()); in initialize()
188 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString()); in loadConfig()
200 "Failed to create context, error = %s", eglErrorString()); in createContext()
227 (void*) window, eglErrorString()); in createSurface()
232 (void*) window, eglErrorString()); in createSurface()
243 ALOGW("Failed to destroy surface %p, error=%s", (void*)surface, eglErrorString()); in destroySurface()
278 (void*)surface, eglErrorString()); in makeCurrent()
322 (void*)frame.mSurface, eglErrorString()); in damageFrame()
376 (void*) surface, eglErrorString()); in setPreserveBuffer()
383 (void*) surface, eglErrorString()); in setPreserveBuffer()