Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIsObjectTest.java77 mIn = filed.getAllocation(); in testIsObjectElement()
97 mIn = filed.getAllocation(); in testIsObjectType()
121 mIn = filed.getAllocation(); in testIsObjectAllocation()
144 mIn = filed.getAllocation(); in testIsObjectSampler()
166 mIn = filed.getAllocation(); in testIsObjectScript()
DSetObjectTest.java78 mIn = field.getAllocation(); in testSetObjectElement()
98 mIn = field.getAllocation(); in testSetObjectType()
121 mIn = field.getAllocation(); in testSetObjectAllocation()
143 mIn = field.getAllocation(); in testSetObjectSampler()
165 mIn = field.getAllocation(); in testSetObjectScript()
DKernelInputTest.java755 script.forEach_clear_input_small(item.getAllocation(), tmp); in testInputsNotModified_small()
756 script.invoke_verify_input_small(item.getAllocation()); in testInputsNotModified_small()
776 script.forEach_clear_input_big(item.getAllocation(), tmp); in testInputsNotModified_big()
777 script.invoke_verify_input_big(item.getAllocation()); in testInputsNotModified_big()
DForEachTest.java441 in = new ScriptField_fe_test(mRS, x).getAllocation(); in testForEach()
442 out = new ScriptField_fe_test(mRS, x).getAllocation(); in testForEach()
DKernelTest.java441 in = new ScriptField_kernel_test(mRS, x).getAllocation(); in testForEach()
442 out = new ScriptField_kernel_test(mRS, x).getAllocation(); in testForEach()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java74 public Allocation getAllocation() { in getAllocation() method in BlockingInputAllocation
DScriptGraph.java478 inputAllocation = mInputBlocker.getAllocation(); in ScriptGraph()