Searched defs:dstYoff (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1053 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() 1071 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() 1092 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() 1109 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 191 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 271 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 792 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() 809 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 474 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 479 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 510 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 515 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 524 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 529 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 560 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 565 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1229 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1268 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1342 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1387 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|