Lines Matching refs:srcAlloc
981 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
990 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
996 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1008 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1015 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1029 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1032 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1038 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1047 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1050 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
1056 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()