Searched refs:errOut (Results 1 – 3 of 3) sorted by relevance
59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
549 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() argument557 if (errOut) { in makeCurrent()558 *errOut = eglGetError(); in makeCurrent()560 egl_error_str(*errOut)); in makeCurrent()
443 final PrintWriter errOut = getErrPrintWriter(); in onCommand()444 errOut.println(); in onCommand()445 errOut.println("Exception occurred while executing '" + cmd + "':"); in onCommand()446 e.printStackTrace(errOut); in onCommand()