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

/frameworks/native/cmds/flatland/
H A DRenderers.cpp30 static size_t g_colorIndex; member in namespace:android
33 float* color = colors[g_colorIndex];
34 g_colorIndex = (g_colorIndex + 1) % NELEMS(colors);
39 g_colorIndex = 0;

Completed in 60 milliseconds