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

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

Completed in 1090 milliseconds