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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp585 status_t GLConsumer::attachToContext(uint32_t tex) { function in class:android::GLConsumer
587 ST_LOGV("attachToContext");
591 ST_LOGE("attachToContext: abandoned GLConsumer");
596 ST_LOGE("attachToContext: GLConsumer is already attached to a "
605 ST_LOGE("attachToContext: invalid current EGLDisplay");
610 ST_LOGE("attachToContext: invalid current EGLContext");

Completed in 147 milliseconds