HomeSort by relevance Sort by last modified time
    Searched defs:DbgContext (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 28 DbgContext * getDbgContextThreadSpecific() {
29 return (DbgContext*)pthread_getspecific(dbgEGLThreadLocalStorageKey);
32 DbgContext::DbgContext(const unsigned version, const gl_hooks_t * const hooks,
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::Fetch(const unsigned index, std::string * const data) cons
    [all...]
header.h 75 struct DbgContext {
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 29 milliseconds