HomeSort by relevance Sort by last modified time
    Searched refs:v2z (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libagl/
primitives.cpp 664 const int32_t v2z = clampZ(v2->window.z); local
670 lerp.iterators0032(itz64, v0z, v1z, v2z);
677 lerp.iterators0032(itz, v0z, v1z, v2z);
681 lerp.iterators0032(itz, v0z, v1z, v2z);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 348 double v2z = alpha * v1z + beta * v2.getZ(); local
349 v2 = new Vector3D(v2x, v2y, v2z);
361 double dz2 = v2z - u2.getZ();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java     [all...]

Completed in 197 milliseconds