HomeSort by relevance Sort by last modified time
    Searched refs:sphere (Results 1 - 4 of 4) sorted by null

  /external/eigen/demos/opengl/
gpuhelper.cpp 122 static IcoSphere sphere; local
123 sphere.draw(level);
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 127 View sphere = findViewById(R.id.animation_sphere); local
140 sphere.startAnimation(sphereAnim);
  /external/v8/benchmarks/
raytrace.js 65 // flog/shape/sphere.js
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
459 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
825 var sphere = new Flog.RayTracer.Shape.Sphere(
837 var sphere1 = new Flog.RayTracer.Shape.Sphere(
863 scene.shapes.push(sphere);
  /external/scapy/scapy/layers/
inet.py     [all...]

Completed in 118 milliseconds