Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp710 EGLint eglErr = eglGetError(); in fenceWait() local
712 if (eglErr != EGL_SUCCESS) { in fenceWait()
713 ALOGE("EglManager::fenceWait: error waiting for EGL fence: %#x", eglErr); in fenceWait()
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp577 EGLint eglErr = eglGetError(); in doGLFenceWaitLocked() local
579 if (eglErr != EGL_SUCCESS) { in doGLFenceWaitLocked()
580 EGC_LOGE("doGLFenceWait: error waiting for EGL fence: %#x", eglErr); in doGLFenceWaitLocked()
/frameworks/native/libs/gui/
DGLConsumer.cpp885 EGLint eglErr = eglGetError(); in doGLFenceWaitLocked() local
887 if (eglErr != EGL_SUCCESS) { in doGLFenceWaitLocked()
889 eglErr); in doGLFenceWaitLocked()