Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/
DParticleSystem.c21 #define PARTICLE_SIZE 7 macro
43 float particleData[ NUM_PARTICLES * PARTICLE_SIZE ];
145 float *particleData = &userData->particleData[i * PARTICLE_SIZE]; in Init()
228 GL_FALSE, PARTICLE_SIZE * sizeof(GLfloat), in Draw()
232 GL_FALSE, PARTICLE_SIZE * sizeof(GLfloat), in Draw()
236 GL_FALSE, PARTICLE_SIZE * sizeof(GLfloat), in Draw()