Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java168 AllocationAdapter makeAdapter(Allocation base, int ax, int ay, int az, int ox, int oy, int oz) { in makeAdapter() method in LaunchClip
210 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 0, 0); in testWrite1DAdapter1D()
236 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 17, 0); in testWrite2DAdapter1D()
249 AllocationAdapter a = makeAdapter(mAout, 68, 160, 0, 9, 17, 0); in testWrite2DAdapter2D()
277 AllocationAdapter a = makeAdapter(mAout, 28, 0, 0, 9, 17, 7); in testWrite3DAdapter1D()
292 AllocationAdapter a = makeAdapter(mAout, 28, 10, 0, 9, 17, 7); in testWrite3DAdapter2D()
307 AllocationAdapter a = makeAdapter(mAout, 28, 10, 14, 9, 17, 7); in testWrite3DAdapter3D()