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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 25 static final int inY = 157;
186 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 1.f, 1.f);
190 testResize(inX, inY, Element.DataType.UNSIGNED_8, 3, 1.f, 1.f);
194 testResize(inX, inY, Element.DataType.UNSIGNED_8, 2, 1.f, 1.f);
198 testResize(inX, inY, Element.DataType.UNSIGNED_8, 1, 1.f, 1.f);
203 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 2.f, 2.f);
207 testResize(inX, inY, Element.DataType.UNSIGNED_8, 3, 2.f, 2.f);
211 testResize(inX, inY, Element.DataType.UNSIGNED_8, 2, 2.f, 2.f);
215 testResize(inX, inY, Element.DataType.UNSIGNED_8, 1, 2.f, 2.f);
220 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 0.5f, 2.f)
    [all...]
CoreMathVerifier.java 689 Target.Floaty inY = t.newFloaty(y);
691 Math.hypot(inX.mid(), inY.mid()),
692 Math.hypot(inX.min(), inY.min()),
693 Math.hypot(inX.min(), inY.max()),
694 Math.hypot(inX.max(), inY.min()),
695 Math.hypot(inX.max(), inY.max()));
700 Target.Floaty inY = t.new32(y);
702 hypot(inX.mid32(), inY.mid32()),
703 hypot(inX.min32(), inY.min32()),
704 hypot(inX.min32(), inY.max32())
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 32 private final int inY = 157;
160 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 1.f, 1.f);
163 testResize(inX, inY, Element.DataType.UNSIGNED_8, 3, 1.f, 1.f);
166 testResize(inX, inY, Element.DataType.UNSIGNED_8, 2, 1.f, 1.f);
169 testResize(inX, inY, Element.DataType.UNSIGNED_8, 1, 1.f, 1.f);
173 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 2.f, 2.f);
176 testResize(inX, inY, Element.DataType.UNSIGNED_8, 3, 2.f, 2.f);
179 testResize(inX, inY, Element.DataType.UNSIGNED_8, 2, 2.f, 2.f);
182 testResize(inX, inY, Element.DataType.UNSIGNED_8, 1, 2.f, 2.f);
186 testResize(inX, inY, Element.DataType.UNSIGNED_8, 4, 0.5f, 2.f)
    [all...]

Completed in 153 milliseconds