Searched refs:colorCube (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RS3DLUTTest.java | 40 int[] colorCube = new int[lutSize * lutSize * lutSize * 4]; in testRSLUT() local 41 RSUtils.genRandom(0x555007, 255, 1, -128, colorCube); in testRSLUT() 48 byteColorCube[i] = (byte)colorCube[i]; in testRSLUT()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 234 sp<Allocation> colorCube = Allocation::createTyped(rs, builder.create()); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local 239 colorCube->copy3DRangeFrom(0, 0, 0, lutSize, lutSize, lutSize, input2); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() 241 lut->setLUT(colorCube); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
|