Searched defs:detachFromContext (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/gui/
H A DGLConsumer.cpp271 // if we're detached, we just use the fence that was created in detachFromContext()
540 status_t GLConsumer::detachFromContext() { function in class:android::GLConsumer
542 ST_LOGV("detachFromContext");
546 ST_LOGE("detachFromContext: abandoned GLConsumer");
551 ST_LOGE("detachFromContext: GLConsumer is not attached to a "
560 ST_LOGE("detachFromContext: invalid current EGLDisplay");
565 ST_LOGE("detachFromContext: invalid current EGLContext");

Completed in 9 milliseconds