Lines Matching refs:srcAlloc
1021 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
1030 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
1036 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1048 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1055 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1069 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1072 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1078 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1087 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1090 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
1096 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()