Home
last modified time | relevance | path

Searched refs: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() argument
40 int[] colorCube = new int[lutSize * lutSize * lutSize * 4]; in testRSLUT()
43 byte[] byteColorCube = new byte[lutSize * lutSize * lutSize * 4]; in testRSLUT()
47 for (int i = 0; i < lutSize * lutSize * lutSize * 4; i++) { in testRSLUT()
59 buildCube.setX(lutSize); in testRSLUT()
60 buildCube.setY(lutSize); in testRSLUT()
61 buildCube.setZ(lutSize); in testRSLUT()
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() argument
229 builder.setX(lutSize); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
230 builder.setY(lutSize); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
231 builder.setZ(lutSize); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
239 colorCube->copy3DRangeFrom(0, 0, 0, lutSize, lutSize, lutSize, input2); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()