Searched defs:detachFromContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp305 // if we're detached, we just use the fence that was created in detachFromContext()
597 status_t GLConsumer::detachFromContext() { function in class:android::GLConsumer
599 GLC_LOGV("detachFromContext");
603 GLC_LOGE("detachFromContext: abandoned GLConsumer");
608 GLC_LOGE("detachFromContext: GLConsumer is not attached to a "
617 GLC_LOGE("detachFromContext: invalid current EGLDisplay");
622 GLC_LOGE("detachFromContext: invalid current EGLContext");

Completed in 41 milliseconds