Searched defs:doGLFenceWait (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/gui/
H A DGLConsumer.cpp921 status_t GLConsumer::doGLFenceWait() const { function in class:android::GLConsumer
932 ST_LOGE("doGLFenceWait: invalid current EGLDisplay");
937 ST_LOGE("doGLFenceWait: invalid current EGLContext");
946 ST_LOGE("doGLFenceWait: error dup'ing fence fd: %d", errno);
957 ST_LOGE("doGLFenceWait: error creating EGL fence: %#x",
969 ST_LOGE("doGLFenceWait: error waiting for EGL fence: %#x",
977 ST_LOGE("doGLFenceWait: error waiting for fence: %d", err);

Completed in 80 milliseconds