/frameworks/rs/driver/ |
D | rsdAllocation.h | 100 uint32_t dstXoff, uint32_t dstLod, uint32_t count, 105 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 112 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsdAllocation.cpp | 567 uint32_t dstXoff, uint32_t dstLod, uint32_t count, in rsdAllocationData1D_alloc() argument 589 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 596 uint8_t *dstPtr = getOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 607 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 617 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc() 624 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
|
D | rsdRuntimeStubs.cpp | 70 uint32_t dstXoff, uint32_t dstYoff, in SC_AllocationCopy2DRange() argument 78 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange()
|
/frameworks/rs/ |
D | rs_hal.h | 148 uint32_t dstXoff, uint32_t dstLod, uint32_t count, 152 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 159 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsScriptC_Lib.cpp | 180 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument 186 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
|
D | rsRuntime.h | 98 uint32_t dstXoff, uint32_t dstYoff,
|
D | rsAllocation.cpp | 674 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument 682 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
|
/frameworks/rs/scriptc/ |
D | rs_allocation.rsh | 101 * @param dstXoff X offset of the region to update in the 119 uint32_t dstXoff, uint32_t dstYoff,
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 359 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 364 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 371 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 692 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 701 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 706 dstXoff, dstYoff, in nAllocationData2D_alloc()
|