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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 47 static struct egl_dispatch *s_dispatch = NULL; variable in typeref:struct:egl_dispatch
165 s_dispatch = create_egl_dispatch( gles_android );
166 if (!s_dispatch) {
208 return s_dispatch;
gles.cpp 24 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;
    [all...]

Completed in 148 milliseconds