Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/
Dglesv2dbg.h26 DbgContext* CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks);
/frameworks/base/opengl/libs/GLES2_dbg/test/
Dtest_server.cpp86 TEST_F(ServerFileTest, CreateDbgContext) in TEST_F() argument
115 DbgContext * const dbg = CreateDbgContext(1, &hooks); in TEST_F()
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddbgcontext.cpp57 DbgContext* CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks) in CreateDbgContext() function
/frameworks/base/opengl/libs/EGL/
DeglApi.cpp672 CreateDbgContext(c->version, c->cnx->hooks[c->version]); in eglMakeCurrent()