Searched refs:CreateDbgContext (Results 1 – 4 of 4) sorted by relevance
26 DbgContext* CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks);
86 TEST_F(ServerFileTest, CreateDbgContext) in TEST_F() argument115 DbgContext * const dbg = CreateDbgContext(1, &hooks); in TEST_F()
57 DbgContext* CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks) in CreateDbgContext() function
672 CreateDbgContext(c->version, c->cnx->hooks[c->version]); in eglMakeCurrent()