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 94 // This calls doGLFenceWait to ensure proper synchronization.
185 // doGLFenceWait inserts a wait command into the OpenGL ES command stream
188 status_t doGLFenceWait() const;
262 // bind succeeds, this calls doGLFenceWait.
  /frameworks/native/libs/gui/
GLConsumer.cpp 963 status_t GLConsumer::doGLFenceWait() const {
974 ST_LOGE("doGLFenceWait: invalid current EGLDisplay");
    [all...]

Completed in 85 milliseconds