Searched refs:parselist (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c728 const int *parselist; local in function:choose_visual
754 parselist = list;
756 while (*parselist) {
759 parselist[1] == GLX_DONT_CARE &&
760 parselist[0] != GLX_LEVEL) {
768 parselist += 2;
772 switch (*parselist) {
780 parselist++;
784 parselist++;
785 parselist
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c724 const int *parselist; local in function:choose_visual
750 parselist = list;
752 while (*parselist) {
755 parselist[1] == GLX_DONT_CARE &&
756 parselist[0] != GLX_LEVEL) {
764 parselist += 2;
768 switch (*parselist) {
776 parselist++;
780 parselist++;
781 parselist
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c866 const int *parselist; local in function:choose_visual
889 parselist = list;
891 while (*parselist) {
894 parselist[1] == GLX_DONT_CARE &&
895 parselist[0] != GLX_LEVEL) {
903 parselist += 2;
907 switch (*parselist) {
915 parselist++;
919 parselist++;
920 min_ci = *parselist
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c859 const int *parselist; local in function:choose_visual
882 parselist = list;
884 while (*parselist) {
887 parselist[1] == GLX_DONT_CARE &&
888 parselist[0] != GLX_LEVEL) {
896 parselist += 2;
900 switch (*parselist) {
908 parselist++;
912 parselist++;
913 min_ci = *parselist
[all...]

Completed in 10 milliseconds