Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java445 Type.Builder typeBuilder2 = new Type.Builder(mRS, Element.I16(mRS)); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
446 typeBuilder2.setX(width).setY(height); in testDebugContextRsAllocationCopy2D_Short_WrongD()
447 Allocation aOut = Allocation.createTyped(mRS, typeBuilder2.create()); in testDebugContextRsAllocationCopy2D_Short_WrongD()