Searched defs:dstXoff (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1019 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() 1027 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() 1045 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() 1066 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() 1083 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 127 uint32_t dstXoff, uint32_t dstYoff, in SC_AllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 199 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 625 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() 642 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 | 279 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 284 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 325 int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 330 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 395 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 400 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 441 int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 446 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 555 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 623 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 705 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 773 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|