Searched refs:buildCube (Results 1 – 1 of 1) sorted by relevance
58 Type.Builder buildCube = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in testRSLUT() local59 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()