Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DHostConnection.cpp52 EGLThreadInfo *tinfo = getEGLThreadInfo(); in get() local
53 if (!tinfo) { in get()
57 if (tinfo->hostConn == NULL) { in get()
103 tinfo->hostConn = con; in get()
106 return tinfo->hostConn; in get()