HomeSort by relevance Sort by last modified time
    Searched refs:doGLFenceWait (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
GLConsumer.h 98 // This calls doGLFenceWait to ensure proper synchronization.
189 // doGLFenceWait inserts a wait command into the OpenGL ES command stream
192 status_t doGLFenceWait() const;
267 // bind succeeds, this calls doGLFenceWait.
  /frameworks/native/libs/gui/
GLConsumer.cpp 941 status_t GLConsumer::doGLFenceWait() const {
952 GLC_LOGE("doGLFenceWait: invalid current EGLDisplay");
957 GLC_LOGE("doGLFenceWait: invalid current EGLContext");
966 GLC_LOGE("doGLFenceWait: error dup'ing fence fd: %d", errno);
    [all...]

Completed in 31 milliseconds