HomeSort by relevance Sort by last modified time
    Searched refs:lutTest (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSLUTTest.java 34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output);
59 lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc);
RS3DLUTTest.java 36 native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[] output);
70 lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativeByteAlloc);

Completed in 55 milliseconds