Home | History | Annotate | Download | only in gui

Lines Matching refs:doGLFenceWait

921 status_t GLConsumer::doGLFenceWait() const {
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);