Searched defs:v1 (Results 1 - 4 of 4) sorted by last modified time

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c169 static void vector3Sub(VECTOR3 *dest, VECTOR3 *v1, VECTOR3 *v2) argument
171 dest->x = v1->x - v2->x;
172 dest->y = v1->y - v2->y;
173 dest->z = v1->z - v2->z;
244 VECTOR3 v1, v2, n; local
258 vector3Sub(&v1, &pb, &pa);
263 * v1.x v1.y v1.z | v1
[all...]
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dregdef.h27 #define v1 $3 macro
72 #define v1 $3 macro
/development/ndk/platforms/android-9/arch-mips/include/machine/
H A Dregdef.h43 #define v1 $3 macro
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DGLFace.java31 public GLFace(GLVertex v1, GLVertex v2, GLVertex v3) { argument
32 addVertex(v1);
37 public GLFace(GLVertex v1, GLVertex v2, GLVertex v3, GLVertex v4) { argument
38 addVertex(v1);
84 GLVertex v1 = mVertexList.get(i);
86 buffer.put(v1.index);
88 v0 = v1;

Completed in 228 milliseconds