Lines Matching refs:srcAlloc
1033 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
1042 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
1048 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1060 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1067 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1081 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1084 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1090 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1099 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1102 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
1108 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()