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

/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp306 // SurfaceFlinger is responsible for calling doGLFenceWait before
752 status_t SurfaceTexture::doGLFenceWait() const { function in class:android::SurfaceTexture
763 ST_LOGE("doGLFenceWait: invalid current EGLDisplay");
768 ST_LOGE("doGLFenceWait: invalid current EGLContext");
777 ST_LOGE("doGLFenceWait: error dup'ing fence fd: %d", errno);
788 ST_LOGE("doGLFenceWait: error creating EGL fence: %#x",
800 ST_LOGE("doGLFenceWait: error waiting for EGL fence: %#x",
808 ST_LOGE("doGLFenceWait: error waiting for fence: %d", err);

Completed in 45 milliseconds