Home
last modified time | relevance | path

Searched defs:lutSize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRS3DLUTTest.java34 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/
Drs_jni.cpp212 jint lutSize, in Java_android_cts_rscpp_RS3DLUTTest_lutTest()