Lines Matching refs:dstAlloc
1031 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument
1039 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument
1045 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script()
1047 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1057 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() argument
1062 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData3D_alloc_script()
1065 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1078 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument
1084 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1089 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
1095 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc() argument
1102 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
1107 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()