Lines Matching refs:srcAlloc
998 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
1007 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
1013 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1025 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1032 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1046 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1049 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1055 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1064 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1067 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
1073 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()