Home
last modified time | relevance | path

Searched defs:makeAllocation (Results 1 – 2 of 2) 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
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() method in RSCppTest