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

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 25 static struct egl_dispatch *s_dispatch = NULL; variable in typeref:struct:egl_dispatch
38 s_dispatch = loadEGL(eglLib);
39 if (!s_dispatch) {
48 return s_dispatch;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 48 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;
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 40 milliseconds