OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sphere
(Results
1 - 5
of
5
) sorted by null
/development/samples/GlobalTime/src/com/android/globaltime/
Sphere.java
21
public class
Sphere
extends Shape {
23
public
Sphere
(boolean emitTextureCoordinates,
LatLongSphere.java
19
public class LatLongSphere extends
Sphere
{
70
// Place vertices onto the surface of a
sphere
GlobalTime.java
108
private static
Sphere
worldFlat = new LatLongSphere(0.0f, 0.0f, 0.0f, 1.0f,
[
all
...]
/external/v8/benchmarks/
raytrace.js
65
// flog/shape/
sphere
.js
448
Flog.RayTracer.Shape.
Sphere
= Class.create();
450
Flog.RayTracer.Shape.
Sphere
.prototype = {
490
return '
Sphere
[position=' + this.position + ', radius=' + this.radius + ']';
856
var
sphere
= new Flog.RayTracer.Shape.
Sphere
(
868
var sphere1 = new Flog.RayTracer.Shape.
Sphere
(
894
scene.shapes.push(
sphere
);
/external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js
60
// flog/shape/
sphere
.js
443
Flog.RayTracer.Shape.
Sphere
= Class.create();
445
Flog.RayTracer.Shape.
Sphere
.prototype = {
485
return '
Sphere
[position=' + this.position + ', radius=' + this.radius + ']';
851
var
sphere
= new Flog.RayTracer.Shape.
Sphere
(
863
var sphere1 = new Flog.RayTracer.Shape.
Sphere
(
889
scene.shapes.push(
sphere
);
Completed in 184 milliseconds