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

  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 865 const int *parselist; local
888 parselist = list;
890 while (*parselist) {
893 parselist[1] == GLX_DONT_CARE &&
894 parselist[0] != GLX_LEVEL) {
902 parselist += 2;
906 switch (*parselist) {
914 parselist++;
918 parselist++;
919 min_ci = *parselist++
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 723 const int *parselist; local
745 parselist = list;
747 while (*parselist) {
750 parselist[1] == GLX_DONT_CARE &&
751 parselist[0] != GLX_LEVEL) {
759 parselist += 2;
763 switch (*parselist) {
771 parselist++;
775 parselist++;
776 parselist++
    [all...]

Completed in 745 milliseconds