HomeSort by relevance Sort by last modified time
    Searched refs:Plane (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 61 // flog/shape/plane.js
493 Flog.RayTracer.Shape.Plane = Class.create();
495 Flog.RayTracer.Shape.Plane.prototype = {
539 return 'Plane [' + this.position + ', d=' + this.d + ']';
800 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
875 var plane = new Flog.RayTracer.Shape.Plane(
888 scene.shapes.push(plane);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 61 // flog/shape/plane.js
462 Flog.RayTracer.Shape.Plane = Class.create();
464 Flog.RayTracer.Shape.Plane.prototype = {
508 return 'Plane [' + this.position + ', d=' + this.d + ']';
769 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
844 var plane = new Flog.RayTracer.Shape.Plane(
857 scene.shapes.push(plane);
  /external/chromium_org/v8/benchmarks/
raytrace.js 66 // flog/shape/plane.js
467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
513 return 'Plane [' + this.position + ', d=' + this.d + ']';
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
849 var plane = new Flog.RayTracer.Shape.Plane(
862 scene.shapes.push(plane);
  /external/v8/benchmarks/
raytrace.js 66 // flog/shape/plane.js
467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
513 return 'Plane [' + this.position + ', d=' + this.d + ']';
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
849 var plane = new Flog.RayTracer.Shape.Plane(
862 scene.shapes.push(plane);
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 340 final Image.Plane plane = image.getPlanes()[0]; local
341 final ByteBuffer buffer = plane.getBuffer();
344 final int pixelStride = plane.getPixelStride();
345 final int rowStride = plane.getRowStride();
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ray.java 149 * point in terms of the triangle plane.
166 * point in terms of the triangle plane.
340 * point in terms of the quad plane.
366 * @return true if the ray collides with the given Plane
368 public boolean intersectsWherePlane(Plane p, Vector3f loc) {
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 435 final Image.Plane plane = image.getPlanes()[0]; local
436 final ByteBuffer buffer = plane.getBuffer();
439 final int pixelStride = plane.getPixelStride();
440 final int rowStride = plane.getRowStride();
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 52 } Plane;
146 static const int DRAG_MODEL_PLANE = 1; // Drag relative to projected point on plane of carousel
186 float cardRotation; // rotation of card in XY plane relative to Z=1
244 // Default plane of the carousel. Used for angular motion estimation in view.
245 static Plane carouselPlane = {
248 0.0f // plane constant (= -dot(P, N))
289 static bool rayPlaneIntersect(Ray* ray, Plane* plane, float* tout);
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 37 import com.jme3.math.Plane;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2216 milliseconds

12