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

/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddbgcontext.cpp28 DbgContext * getDbgContextThreadSpecific() {
29 return (DbgContext*)pthread_getspecific(dbgEGLThreadLocalStorageKey);
32 DbgContext::DbgContext(const unsigned version, const gl_hooks_t * const hooks, function in class:android::DbgContext
49 DbgContext::~DbgContext()
57 DbgContext* CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks)
68 DbgContext* dbg = new DbgContext(version, hooks, MAX_VERTEX_ATTRIBS);
124 void DbgContext
[all...]
H A Dheader.h75 struct DbgContext { struct in namespace:android
125 DbgContext(const unsigned version, const gl_hooks_t * const hooks,
127 ~DbgContext();
152 DbgContext * getDbgContextThreadSpecific();
160 // move these into DbgContext as static
173 void SetProp(DbgContext * const dbg, const glesv2debugger::Message & cmd);
174 const int * GenerateCall(DbgContext * const dbg, const glesv2debugger::Message & cmd,

Completed in 57 milliseconds