Searched refs:errOut (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp266 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { argument
274 if (errOut) {
275 *errOut = eglGetError();
277 (void*)surface, egl_error_str(*errOut));
H A DEglManager.h70 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);

Completed in 46 milliseconds