Searched refs:eglErr (Results 1 – 2 of 2) sorted by relevance
966 EGLint eglErr = eglGetError(); in doGLFenceWaitLocked() local968 if (eglErr != EGL_SUCCESS) { in doGLFenceWaitLocked()970 eglErr); in doGLFenceWaitLocked()
3267 EGLint eglErr = eglGetError(); in captureScreenImplLocked() local3271 ALOGW_IF(eglErr != EGL_SUCCESS, in captureScreenImplLocked()3272 … "captureScreen: error waiting on EGL fence: %#x", eglErr); in captureScreenImplLocked()