Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java441 Type.Builder typeBuilder1 = new Type.Builder(mRS, Element.I16(mRS)); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
442 typeBuilder1.setX(width); in testDebugContextRsAllocationCopy2D_Short_WrongD()
444 Allocation aIn = Allocation.createTyped(mRS, typeBuilder1.create()); in testDebugContextRsAllocationCopy2D_Short_WrongD()