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;
266 // bind succeeds, this calls doGLFenceWait.
  /frameworks/native/libs/gui/
GLConsumer.cpp 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",
    [all...]

Completed in 56 milliseconds