Searched refs:fArray (Results 1 – 2 of 2) sorted by relevance
85 float[] fArray = new float[]{ in testSet1() local92 mColorMatrix.set(fArray); in testSet1()106 float[] fArray = new float[]{ in testSet2() local113 mColorMatrix.set(new ColorMatrix(fArray)); in testSet2()
369 private static Allocation createFloat4Allocation(RenderScript rs, float[] fArray, in createFloat4Allocation() argument371 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()