/frameworks/base/libs/rs/ |
D | rsScriptC_Lib.cpp | 167 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy1DRange() argument 173 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0, in rsrAllocationCopy1DRange() 178 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy2DRange() argument 185 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
|
D | rs_hal.h | 132 const Allocation *dstAlloc, 136 const Allocation *dstAlloc, 143 const Allocation *dstAlloc,
|
D | rsRuntime.h | 89 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc, 95 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
|
D | rsAllocation.cpp | 554 RsAllocation dstAlloc, in rsi_AllocationCopy2DRange() argument 561 Allocation *dst = static_cast<Allocation *>(dstAlloc); in rsi_AllocationCopy2DRange()
|
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.h | 87 const android::renderscript::Allocation *dstAlloc, 92 const android::renderscript::Allocation *dstAlloc, 99 const android::renderscript::Allocation *dstAlloc,
|
D | rsdAllocation.cpp | 429 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument 451 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument 457 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script() 459 uint8_t *dstPtr = getOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 469 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument 475 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 480 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc() 486 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc() argument
|
D | rsdRuntimeStubs.cpp | 56 static void SC_AllocationCopy1DRange(Allocation *dstAlloc, in SC_AllocationCopy1DRange() argument 63 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count, in SC_AllocationCopy1DRange() 67 static void SC_AllocationCopy2DRange(Allocation *dstAlloc, in SC_AllocationCopy2DRange() argument 75 rsrAllocationCopy2DRange(rsc, dstAlloc, in SC_AllocationCopy2DRange()
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_allocation.rsh | 79 * @param dstAlloc Allocation to copy data into. 90 rsAllocationCopy1DRange(rs_allocation dstAlloc, 100 * @param dstAlloc allocation to copy data into. 118 rsAllocationCopy2DRange(rs_allocation dstAlloc,
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 308 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 313 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 320 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 614 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 623 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 627 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
|