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

/frameworks/native/include/gui/
H A DSurfaceTexture.h81 // After calling this method the doGLFenceWait method must be called
160 // doGLFenceWait inserts a wait command into the OpenGL ES command stream
164 status_t doGLFenceWait() const;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp342 status_t err = mSurfaceTexture->doGLFenceWait();
/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 80 milliseconds