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

/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp393 status_t SurfaceTexture::attachToContext(GLuint tex) { function in class:android::SurfaceTexture
395 ST_LOGV("attachToContext");
399 ST_LOGE("attachToContext: abandoned SurfaceTexture");
404 ST_LOGE("attachToContext: SurfaceTexture is already attached to a "
413 ST_LOGE("attachToContext: invalid current EGLDisplay");
418 ST_LOGE("attachToContext: invalid current EGLContext");
441 ST_LOGE("attachToContext: error binding external texture image %p "

Completed in 162 milliseconds