Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRS3DLUTTest.java43 byte[] byteColorCube = new byte[lutSize * lutSize * lutSize * 4]; in testRSLUT()
48 byteColorCube[i] = (byte)colorCube[i]; in testRSLUT()
63 cube.copyFromUnchecked(byteColorCube); in testRSLUT()
70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local