HomeSort by relevance Sort by last modified time
    Searched full:g_colorindex (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/flatland/
Renderers.cpp 30 static size_t g_colorIndex;
33 float* color = colors[g_colorIndex];
34 g_colorIndex = (g_colorIndex + 1) % NELEMS(colors);
39 g_colorIndex = 0;

Completed in 75 milliseconds