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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp568 status_t GLConsumer::attachToContext(uint32_t tex) { function in class:android::GLConsumer
570 ST_LOGV("attachToContext");
574 ST_LOGE("attachToContext: abandoned GLConsumer");
579 ST_LOGE("attachToContext: GLConsumer is already attached to a "
588 ST_LOGE("attachToContext: invalid current EGLDisplay");
593 ST_LOGE("attachToContext: invalid current EGLContext");

Completed in 52 milliseconds