Searched refs:errOut (Results 1 – 2 of 2) sorted by relevance
452 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() argument460 if (errOut) { in makeCurrent()461 *errOut = eglGetError(); in makeCurrent()463 egl_error_str(*errOut)); in makeCurrent()
58 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);