Searched defs:rayTrace (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Draytrace.js674 var color = this.rayTrace(info, ray, scene, 0);
709 rayTrace: function(info, ray, scene, depth){
750 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js700 var color = this.rayTrace(info, ray, scene, 0);
735 rayTrace: function(info, ray, scene, depth){
776 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js700 var color = this.rayTrace(info, ray, scene, 0);
735 rayTrace: function(info, ray, scene, depth){
776 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js669 var color = this.rayTrace(info, ray, scene, 0);
704 rayTrace: function(info, ray, scene, depth){
745 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);

Completed in 92 milliseconds