Home
last modified time | relevance | path

Searched refs:dstAlloc (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp256 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy1DRange() argument
262 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0, in rsrAllocationCopy1DRange()
267 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy2DRange() argument
274 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
DrsRuntime.h83 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
89 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
Drs_hal.h273 const Allocation *dstAlloc,
277 const Allocation *dstAlloc,
284 const Allocation *dstAlloc,
DrsAllocation.cpp864 RsAllocation dstAlloc, in rsi_AllocationCopy2DRange() argument
871 Allocation *dst = static_cast<Allocation *>(dstAlloc); in rsi_AllocationCopy2DRange()
881 RsAllocation dstAlloc, in rsi_AllocationCopy3DRange() argument
888 Allocation *dst = static_cast<Allocation *>(dstAlloc); in rsi_AllocationCopy3DRange()
/frameworks/rs/driver/
DrsdAllocation.h149 const android::renderscript::Allocation *dstAlloc,
154 const android::renderscript::Allocation *dstAlloc,
161 const android::renderscript::Allocation *dstAlloc,
DrsdAllocation.cpp1073 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() argument
1081 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() argument
1087 size_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script()
1089 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1099 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() argument
1104 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData3D_alloc_script()
1107 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1120 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() argument
1126 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1131 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
[all …]
DrsdRuntimeStubs.cpp193 ::rs_allocation dstAlloc, in rsAllocationCopy1DRange() argument
200 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip, in rsAllocationCopy1DRange()
205 ::rs_allocation dstAlloc, in rsAllocationCopy2DRange() argument
215 rsrAllocationCopy2DRange(rsc, (Allocation *)dstAlloc.p, in rsAllocationCopy2DRange()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java483 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
488 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
495 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
519 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
524 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
531 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java550 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
562 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
586 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
598 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1221 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1230 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1234 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1260 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1269 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
1273 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1445 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1455 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1460 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
1490 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1500 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1505 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
/frameworks/rs/scriptc/
Drs_allocation_data.rsh58 * dstAlloc: Allocation to copy cells into.
68 … rsAllocationCopy1DRange(rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count,
92 * dstAlloc: Allocation to copy cells into.
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_data.jd114 … href='rs_object_types.html#android_rs:rs_allocation'>rs_allocation</a> dstAlloc, <a href='rs_valu…
123 <tr><th>dstAlloc</th><td>Allocation to copy cells into.</td></tr>
159 … href='rs_object_types.html#android_rs:rs_allocation'>rs_allocation</a> dstAlloc, <a href='rs_valu…
168 <tr><th>dstAlloc</th><td>Allocation to copy cells into.</td></tr>