Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddbgcontext.cpp25 static pthread_key_t dbgEGLThreadLocalStorageKey = -1; variable
29 return (DbgContext*)pthread_getspecific(dbgEGLThreadLocalStorageKey); in getDbgContextThreadSpecific()
60 if (dbgEGLThreadLocalStorageKey == -1) in CreateDbgContext()
61 pthread_key_create(&dbgEGLThreadLocalStorageKey, NULL); in CreateDbgContext()
85 pthread_setspecific(dbgEGLThreadLocalStorageKey, dbg); in CreateDbgContext()