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

/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp331 status_t SurfaceTexture::detachFromContext() { function in class:android::SurfaceTexture
333 ST_LOGV("detachFromContext");
337 ST_LOGE("detachFromContext: abandoned SurfaceTexture");
342 ST_LOGE("detachFromContext: SurfaceTexture is not attached to a "
351 ST_LOGE("detachFromContext: invalid current EGLDisplay");
356 ST_LOGE("detachFromContext: invalid current EGLContext");

Completed in 48 milliseconds