Searched refs:RIDCOL (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fire.c | 83 #define RIDCOL 0.4 macro 172 vinit4(p->c[0], c[0] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 173 c[1] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 174 c[2] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 1.0); 175 vinit4(p->c[1], c[0] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 176 c[1] * ((1.0 - RIDCOL) [all...] |
| H A D | fbo_firecube.c | 198 #define RIDCOL 0.4 macro 283 vinit4(p->c[0], c[0] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 284 c[1] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 285 c[2] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 1.0); 286 vinit4(p->c[1], c[0] * ((1.0 - RIDCOL) + vrnd() * RIDCOL), 287 c[1] * ((1.0 - RIDCOL) [all...] |
Completed in 3 milliseconds