Searched refs:testIntersection (Results 1 – 4 of 4) sorted by relevance
/external/v8/benchmarks/ |
D | raytrace.js | 672 var info = this.testIntersection(ray, scene, null); 680 testIntersection: function(ray, scene, exclude){ method in Flog.RayTracer.Engine 747 var refl = this.testIntersection(reflectionRay, scene, info.shape); 773 shadowInfo = this.testIntersection(shadowRay, scene, info.shape);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-raytrace.js | 667 var info = this.testIntersection(ray, scene, null); 675 testIntersection: function(ray, scene, exclude){ method in Flog.RayTracer.Engine 742 var refl = this.testIntersection(reflectionRay, scene, info.shape); 768 shadowInfo = this.testIntersection(shadowRay, scene, info.shape);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-raytrace.js | 698 var info = this.testIntersection(ray, scene, null); 706 testIntersection: function(ray, scene, exclude){ method in Flog.RayTracer.Engine 773 var refl = this.testIntersection(reflectionRay, scene, info.shape); 799 shadowInfo = this.testIntersection(shadowRay, scene, info.shape);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-raytrace.js | 698 var info = this.testIntersection(ray, scene, null); 706 testIntersection: function(ray, scene, exclude){ method in Flog.RayTracer.Engine 773 var refl = this.testIntersection(reflectionRay, scene, info.shape); 799 shadowInfo = this.testIntersection(shadowRay, scene, info.shape);
|