Searched refs:errOut (Results 1 – 2 of 2) sorted by relevance
387 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() argument395 if (errOut) { in makeCurrent()396 *errOut = eglGetError(); in makeCurrent()398 egl_error_str(*errOut)); in makeCurrent()
59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);