Home
last modified time | relevance | path

Searched refs:dstXoff (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/rs/driver/
DrsdAllocation.h88 uint32_t dstXoff, uint32_t dstLod, uint32_t count,
93 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
100 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp430 uint32_t dstXoff, uint32_t dstLod, uint32_t count, in rsdAllocationData1D_alloc() argument
452 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument
459 uint8_t *dstPtr = getOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
470 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument
480 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
487 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
DrsdRuntimeStubs.cpp68 uint32_t dstXoff, uint32_t dstYoff, in SC_AllocationCopy2DRange() argument
76 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange()
/frameworks/base/libs/rs/
Drs_hal.h133 uint32_t dstXoff, uint32_t dstLod, uint32_t count,
137 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
144 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsScriptC_Lib.cpp179 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument
185 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
DrsRuntime.h96 uint32_t dstXoff, uint32_t dstYoff,
DrsAllocation.cpp555 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument
563 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
/frameworks/base/libs/rs/scriptc/
Drs_allocation.rsh101 * @param dstXoff X offset of the region to update in the
119 uint32_t dstXoff, uint32_t dstYoff,
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java308 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/
Dandroid_renderscript_RenderScript.cpp614 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
623 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
628 dstXoff, dstYoff, in nAllocationData2D_alloc()