Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DWirelessChargerDetector.java312 private static boolean hasMoved(float x1, float y1, float z1, in hasMoved() argument
314 final double dotProduct = (x1 * x2) + (y1 * y2) + (z1 * z2); in hasMoved()
315 final double mag1 = Math.sqrt((x1 * x1) + (y1 * y1) + (z1 * z1)); in hasMoved()
327 + ", x1=" + x1 + ", y1=" + y1 + ", z1=" + z1 in hasMoved()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dcolorcube.rs60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dcolorcube.rs60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dcolorcube.rs60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/base/core/java/android/util/
DMathUtils.java100 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { in dist() argument
103 final float z = (z2 - z1); in dist()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsic3DLUT.cpp130 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (int4)15; in kernel() local
132 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15; in kernel()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp357 float z1 = z0; in util_computeBoundingSphere() local
383 else if (z > z1) { in util_computeBoundingSphere()
384 z1 = z; in util_computeBoundingSphere()
394 float dz = z1 - z0; in util_computeBoundingSphere()
410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3() argument
411 return x0 * x1 + y0 * y1 + z0 * z1; in dot3()
/frameworks/rs/driver/
DrsdGL.h90 float x1, float y1, float z1, float u1, float v1,
DrsdRuntimeStubs.cpp555 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, argument
576 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
589 static void SC_DrawQuad(float x1, float y1, float z1, argument
593 SC_DrawQuadTexCoords(x1, y1, z1, 0, 1,
727 void rsgDrawQuad(float x1, float y1, float z1, argument
731 SC_DrawQuad(x1, y1, z1,
737 void rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, argument
741 SC_DrawQuadTexCoords(x1, y1, z1, u1, v1,
DrsdGL.cpp535 float x1, float y1, float z1, float u1, float v1, in rsdGLDrawQuadTexCoords() argument
540 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; in rsdGLDrawQuadTexCoords()
/frameworks/rs/api/
Drs_graphics.spec486 arg: float z1
510 arg: float z1
700 float x1, y1, z1, x2, y2, z2;
701 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
704 bBoxMin->z = z1;
/frameworks/rs/
DrsFont.h246 void appendMeshQuad(float x1, float y1, float z1,
DrsFont.cpp664 void FontState::appendMeshQuad(float x1, float y1, float z1, in appendMeshQuad() argument
687 (*currentPos++) = z1; in appendMeshQuad()
/frameworks/rs/scriptc/
Drs_graphics.rsh816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1050 bBoxMin->z = z1;
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_graphics.jd1208 …<td>void rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y…
1232 …<td>void rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2…