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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Doverlay.c57 float offsetX, offsetY, offsetR, rotation; member in struct:_starRec
98 stars[n].offsetR = (float)(rand() % 25 - 25 / 2);
102 stars[n].offsetR = 0.0;
130 stars[n].rotation += stars[n].offsetR;
H A Dstar.c55 float offsetX, offsetY, offsetR, rotation; member in struct:_starRec
96 stars[n].offsetR = (float)(rand() % 25 - 25 / 2);
100 stars[n].offsetR = 0.0;
135 stars[n].rotation += stars[n].offsetR*dt;

Completed in 2 milliseconds