Home
last modified time | relevance | path

Searched refs:eglErr (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
DGLConsumer.cpp966 EGLint eglErr = eglGetError(); in doGLFenceWaitLocked() local
968 if (eglErr != EGL_SUCCESS) { in doGLFenceWaitLocked()
970 eglErr); in doGLFenceWaitLocked()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3267 EGLint eglErr = eglGetError(); in captureScreenImplLocked() local
3271 ALOGW_IF(eglErr != EGL_SUCCESS, in captureScreenImplLocked()
3272 … "captureScreen: error waiting on EGL fence: %#x", eglErr); in captureScreenImplLocked()