Searched refs:next_color (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h143 unsigned next_color; member in struct:hud_pane
H A Dhud_context.c940 unsigned color = pane->next_color % ARRAY_SIZE(colors);
951 pane->next_color++;
1240 pane->next_color = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h145 unsigned next_color; member in struct:hud_pane
H A Dhud_context.c939 unsigned color = pane->next_color % ARRAY_SIZE(colors);
950 pane->next_color++;
1239 pane->next_color = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c242 goto next_color; /* test the next expected color */
258 next_color:;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c247 goto next_color; /* test the next expected color */
263 next_color:;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c846 CARD32 current_color, next_color; local in function:PictureGradientColor
850 next_color = xRenderColorToCard32 (stop2->color);
856 next_color, dist));

Completed in 12 milliseconds