Home
last modified time | relevance | path

Searched refs:NUMCONSTS (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dplasma.cpp32 #define NUMCONSTS 18 macro
39 float c[NUMCONSTS]; // constant
40 float ct[NUMCONSTS]; // temporary value of constant
41 float cv[NUMCONSTS]; // velocity of constant
80 for (i = 0; i < NUMCONSTS; i++) { in hack_draw()
225 for (i = 0; i < NUMCONSTS; i++) { in hack_init()
H A Dsolarwinds.cpp39 #define NUMCONSTS 9 macro
68 float c[NUMCONSTS];
69 float ct[NUMCONSTS];
70 float cv[NUMCONSTS];
116 for (i = 0; i < NUMCONSTS; i++) { in wind()
155 for (i = 0; i < NUMCONSTS; i++) { in update()
H A Dflux.cpp33 #define NUMCONSTS 8 macro
305 float c[NUMCONSTS]; // constants
306 float cv[NUMCONSTS]; // constants' change velocities
323 for (i = 0; i < NUMCONSTS; i++) { in flux()
347 for (i = 0; i < NUMCONSTS; i++) in update()
356 for (i = 0; i < NUMCONSTS; i++) { in update()
398 i = rsRandi(NUMCONSTS - 1); in update()
H A Deuphoria.cpp47 #define NUMCONSTS 9 macro
52 float c[NUMCONSTS]; /* constants */
53 float cr[NUMCONSTS]; /* constants radial position */
54 float cv[NUMCONSTS]; /* constants change velocities */
242 for (i = 0; i < NUMCONSTS; i++) { in wisp_new()
285 for (i = 0; i < NUMCONSTS; i++) { in wisp_update()