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

/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl.cpp48 static struct egl_dispatch *s_dispatch = NULL; variable in typeref:struct:egl_dispatch
201 s_dispatch = create_egl_dispatch( gles_android );
202 if (!s_dispatch) {
244 return s_dispatch;
H A Dgles.cpp24 static struct gles_dispatch *s_dispatch = NULL; variable in typeref:struct:gles_dispatch
28 s_dispatch = create_gles_dispatch(gles_android);
29 if (s_dispatch == NULL) {
36 if (!s_dispatch) {
41 return s_dispatch;

Completed in 55 milliseconds