Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp52 static gl_wrapper_context_t *g_gl_dispatch = NULL; variable
94 return g_gl_dispatch; in getGLContext()
189 …if (initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLESv1_enc_LIB, &g_gl_dispatch, getGLContext) < 0… in initDispatchTables()
199 … initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLES_android_LIB, &g_gl_dispatch, getGLContext); in initDispatchTables()