Searched defs:lutSize (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RS3DLUTTest.java | 34 private final int lutSize = 64; field in RS3DLUTTest 36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest() 70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 212 jint lutSize, in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
|