Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBase.java75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() method in IntrinsicBase
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() method in IntrinsicBase
92 return makeAllocation(w, h, e, true); in makeAllocation()
96 mAllocSrc = makeAllocation(w, h, e); in makeSource()
130 mAllocRef = makeAllocation(w, h, e); in makeBuffers()
131 mAllocDst = makeAllocation(w, h, e); in makeBuffers()
DIntrinsicColorMatrix.java55 mAllocRef = makeAllocation(w, h, eout, true); in subtest()
56 mAllocDst = makeAllocation(w, h, eout, true); in subtest()
DIntrinsicResize.java42 mAllocRef = makeAllocation(outW, outH, e); in testResize()
43 mAllocDst = makeAllocation(outW, outH, e); in testResize()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSResizeTest.java45 Allocation rsInput = makeAllocation(w, h, e); in testResize()
71 Allocation rsOutput = makeAllocation(outW, outH, e); in testResize()
72 Allocation rsCppOutput = makeAllocation(outW, outH, e); in testResize()
DRSCppTest.java91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() method in RSCppTest