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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 47 struct display_dispatch { struct
50 struct display_dispatch *Next;
83 static struct display_dispatch *DispatchList = NULL;
99 const struct display_dispatch *d = DispatchList;
117 struct display_dispatch *d;
118 d = (struct display_dispatch *) malloc(sizeof(struct display_dispatch));
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 47 struct display_dispatch { struct
50 struct display_dispatch *Next;
83 static struct display_dispatch *DispatchList = NULL;
99 const struct display_dispatch *d = DispatchList;
117 struct display_dispatch *d;
118 d = (struct display_dispatch *) malloc(sizeof(struct display_dispatch));
    [all...]

Completed in 62 milliseconds