Searched defs:mAllocationOut (Results 1 – 5 of 5) sorted by relevance
76 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float3input() local106 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float4input() local
44 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE); in testRsUnpackColor8888RGB() local
43 private Allocation mAllocationOut; field in RsYuv115 mGroup.setOutput(mScript.getKernelID_root(), mAllocationOut); in execute() local
37 private Allocation mAllocationOut; field in CallbackProcessor
70 private Allocation mAllocationOut; field in Camera2Source