Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java117 Allocation src = creatAllocation(w, h); in testBlend()
118 Allocation dst = creatAllocation(w, h); in testBlend()
229 protected Allocation creatAllocation(int w, int h) { in creatAllocation() method in ImageProcessingTest