Home
last modified time | relevance | path

Searched refs:fArray (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorMatrixTest.java85 float[] fArray = new float[]{ in testSet1() local
92 mColorMatrix.set(fArray); in testSet1()
106 float[] fArray = new float[]{ in testSet2() local
113 mColorMatrix.set(new ColorMatrix(fArray)); in testSet2()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java369 private static Allocation createFloat4Allocation(RenderScript rs, float[] fArray, in createFloat4Allocation() argument
371 if (fArray.length != width * height * 4) { in createFloat4Allocation()
372 throw new IllegalArgumentException("Invalid float array of length " + fArray.length + in createFloat4Allocation()
379 fAlloc.copyFrom(fArray); in createFloat4Allocation()