OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testIntersection
(Results
1 - 8
of
8
) sorted by null
/cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js
672
var info = this.
testIntersection
(ray, scene, null);
680
testIntersection
: function(ray, scene, exclude){
747
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
773
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js
698
var info = this.
testIntersection
(ray, scene, null);
706
testIntersection
: function(ray, scene, exclude){
773
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
799
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js
698
var info = this.
testIntersection
(ray, scene, null);
706
testIntersection
: function(ray, scene, exclude){
773
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
799
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js
667
var info = this.
testIntersection
(ray, scene, null);
675
testIntersection
: function(ray, scene, exclude){
742
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
768
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/chromium_org/v8/benchmarks/
raytrace.js
672
var info = this.
testIntersection
(ray, scene, null);
680
testIntersection
: function(ray, scene, exclude){
747
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
773
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/v8/benchmarks/
raytrace.js
672
var info = this.
testIntersection
(ray, scene, null);
680
testIntersection
: function(ray, scene, exclude){
747
var refl = this.
testIntersection
(reflectionRay, scene, info.shape);
773
shadowInfo = this.
testIntersection
(shadowRay, scene, info.shape);
/external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java
273
public void
testIntersection
() {
SetOperationsTest.java
280
public void
testIntersection
() {
Completed in 590 milliseconds