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

  /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...]
  /external/mesa3d/src/mesa/main/
es_generator.py 691 #include "main/api_exec_%s_dispatch.h"
    [all...]

Completed in 377 milliseconds