Searched defs:srcXoff (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1021 uint32_t srcXoff, uint32_t srcLod) { in rsdAllocationData1D_alloc() 1030 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() 1048 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() 1069 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() 1087 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 131 uint32_t srcXoff, uint32_t srcYoff, in SC_AllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 203 uint32_t srcXoff, uint32_t srcYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 629 uint32_t srcXoff, uint32_t srcYoff, in rsi_AllocationCopy2DRange() 646 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsi_AllocationCopy3DRange()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 282 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 287 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 328 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 333 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 398 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 403 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 444 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 449 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 558 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 626 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 708 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 776 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|