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

/haiku/src/add-ons/screen_savers/flurry/
H A DSmoke.h73 float seraphimTextures[NUMSMOKEPARTICLES*2*4]; member in struct:SmokeV
H A DSmoke.cpp364 s->seraphimTextures[sti++] = u0;
365 s->seraphimTextures[sti++] = v0;
366 s->seraphimTextures[sti++] = u0;
367 s->seraphimTextures[sti++] = v1;
369 s->seraphimTextures[sti++] = u1;
370 s->seraphimTextures[sti++] = v1;
371 s->seraphimTextures[sti++] = u1;
372 s->seraphimTextures[sti++] = v0;
392 glTexCoordPointer(2, GL_FLOAT, 0, s->seraphimTextures);

Completed in 73 milliseconds