HomeSort by relevance Sort by last modified time
    Searched full:particlesystem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/projects/samples/
particle_system.vcxproj.filters 13 <ClCompile Include="..\..\samples\angle\particle_system\ParticleSystem.cpp">
particle_system.vcxproj 115 <ClCompile Include="..\..\samples\angle\particle_system\ParticleSystem.cpp"/>
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 138 private final ParticleSystem mParticleSystem = new ParticleSystem();
225 class ParticleSystem {
229 ParticleSystem() {
427 final ParticleSystem particleSystem = mParticleSystem;
432 particleSystem.update(sx, sy, now);
439 final int count = particleSystem.getParticleCount();
447 final float x = xc + particleSystem.getPosX(i) * xs;
448 final float y = yc - particleSystem.getPosY(i) * ys
    [all...]
  /external/chromium_org/tools/perf/page_sets/data/
tough_canvas_cases.json 19 "http://jarrodoverson.com/static/demos/particleSystem/",
  /external/chromium_org/third_party/angle/samples/angle/particle_system/
ParticleSystem.cpp 7 // Based on ParticleSystem.c from
30 : SampleApplication("ParticleSystem", 1280, 720)
  /external/chromium_org/tools/perf/page_sets/
tough_canvas_cases.py 65 'http://jarrodoverson.com/static/demos/particleSystem/',

Completed in 232 milliseconds