Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSLUTTest.java34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest() method in RSLUTTest
59lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc); in testRSLUT()
DRS3DLUTTest.java36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest() method in RS3DLUTTest
70lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT()