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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DShadowBuffer.java48 float fz2 = scale * strip[i + 5];
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) {
73 fz1 = fz2;
76 fz2 = tmpZ;
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
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.java170 private boolean fz2(RenderScript RS, ScriptC_reduce s) { method in class:UT_reduce
188 "fz2: input[" + rsRslt.x + ", " + rsRslt.y + "] == " + cellVal + ": " +
294 pass &= fz2(pRS, s);
H A DUT_reduce_backward.java170 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
188 "fz2: input[" + rsRslt.x + ", " + rsRslt.y + "] == " + cellVal + ": " +
294 pass &= fz2(pRS, s);
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce_backward.java192 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
210 "fz2: input[" + rsRslt.x + ", " + rsRslt.y + "] == " + cellVal + ": " +
316 pass &= fz2(pRS, s);
H A DUT_reduce.java738 private boolean fz2(RenderScript RS, ScriptC_reduce s, int seed, int size[]) { method in class:UT_reduce
774 "fz2: java input[" + javaResult.x + ", " + javaResult.y + "] == " + javaCellVal +
1133 new TestDescription("fz2", this::fz2, 9, new int[]{225, 450}, 20, 5),
1448 new TestDescription("fz2", this::fz2, 5, new int[]{225 << 5, 450 << 5}),

Completed in 431 milliseconds