Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRS3DLUTTest.java58 Type.Builder buildCube = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSLUT() local
59 buildCube.setX(lutSize); in testRSLUT()
60 buildCube.setY(lutSize); in testRSLUT()
61 buildCube.setZ(lutSize); in testRSLUT()
62 Allocation cube = Allocation.createTyped(mRS, buildCube.create()); in testRSLUT()