Searched refs:fz3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DShadowBuffer.java44 float fz3 = scale * strip[i + 2];
58 triangleZBuffMin(mData, mWidth, mHeight, fx3, fy3, fz3, fx2, fy2, fz2, fx1, fy1, fz1);
59 triangleZBuffMin(mData, mWidth, mHeight, fx1, fy1, fz1, fx2, fy2, fz2, fx3, fy3, fz3);
66 float fz3, float fx2, float fy2, float fz2, float fx1, float fy1, float fz1) {
83 float dx = (float) (-(fy1 * (fz3 - fz2) - fy2 * fz3 + fy3 * fz2 + (fy2 - fy3) * fz1) / d);
84 float dy = (float) ((fx1 * (fz3 - fz2) - fx2 * fz3 + fx3 * fz2 + (fx2 - fx3) * fz1) / d);
85 float zOff = (float) ((fx1 * (fy3 * fz2 - fy2 * fz3) + fy1 * (fx2 * fz3
65 triangleZBuffMin(@onNull int[] buff, int w, int h, float fx3, float fy3, float fz3, float fx2, float fy2, float fz2, float fx1, float fy1, float fz1) argument
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_reduce.java195 private boolean fz3(RenderScript RS, ScriptC_reduce s) { method in class:UT_reduce
213 "fz3: input[" + rsRslt.x + ", " + rsRslt.y + ", " + rsRslt.z + "] == " + cellVal + ": " +
295 pass &= fz3(pRS, s);
H A DUT_reduce_backward.java195 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
213 "fz3: input[" + rsRslt.x + ", " + rsRslt.y + ", " + rsRslt.z + "] == " + cellVal + ": " +
295 pass &= fz3(pRS, s);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce_backward.java217 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
235 "fz3: input[" + rsRslt.x + ", " + rsRslt.y + ", " + rsRslt.z + "] == " + cellVal + ": " +
317 pass &= fz3(pRS, s);
H A DUT_reduce.java782 private boolean fz3(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { method in class:UT_reduce
821 "fz3: java input[" + javaResult.x + ", " + javaResult.y + ", " + javaResult.z + "] == " + javaCellVal +
1134 new TestDescription("fz3", this::fz3, 10, new int[]{59, 48, 37}, 20, 7),
1449 new TestDescription("fz3", this::fz3, 6, new int[]{59 << 3, 48 << 3, 37 << 3}),

Completed in 525 milliseconds