Home
last modified time | relevance | path

Searched refs:dstYoff (Results 1 – 20 of 20) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsScriptC_Lib.cpp180 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument
186 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
Drs_hal.h190 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
197 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsRuntime.h41 uint32_t dstXoff, uint32_t dstYoff,
DrsAllocation.cpp561 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument
569 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
/frameworks/rs/
DrsScriptC_Lib.cpp180 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument
186 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
Drs_hal.h191 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
198 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsRuntime.h85 uint32_t dstXoff, uint32_t dstYoff,
DrsAllocation.cpp623 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument
631 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.h126 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
133 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp379 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument
386 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
397 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument
407 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
414 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
DrsdRuntimeStubs.cpp98 uint32_t dstXoff, uint32_t dstYoff, in SC_AllocationCopy2DRange() argument
106 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange()
/frameworks/rs/driver/
DrsdAllocation.h137 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
144 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp686 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument
693 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
704 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument
714 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
721 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
DrsdRuntimeStubs.cpp100 uint32_t dstXoff, uint32_t dstYoff, in SC_AllocationCopy2DRange() argument
108 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange()
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
DRenderScript.java265 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
270 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
277 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_allocation.rsh106 * @param dstYoff Y offset of the region to update in the
122 uint32_t dstXoff, uint32_t dstYoff,
/frameworks/rs/scriptc/
Drs_allocation.rsh106 * @param dstYoff Y offset of the region to update in the
122 uint32_t dstXoff, uint32_t dstYoff,
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java359 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/support/renderscript/v8/jni/
Dandroid_renderscript_RenderScript.cpp516 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
525 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
530 dstXoff, dstYoff, in nAllocationData2D_alloc()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp692 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()