Searched defs:srcXoff (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1076 uint32_t srcXoff, uint32_t srcLod) { in rsdAllocationData1D_alloc() 1085 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() 1103 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() 1124 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() 1142 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 210 uint32_t srcXoff, uint32_t srcYoff, in rsAllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 272 uint32_t srcXoff, uint32_t srcYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 869 uint32_t srcXoff, uint32_t srcYoff, in rsi_AllocationCopy2DRange() 886 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 | 486 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 491 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 522 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 527 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 553 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 558 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 589 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 594 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1237 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 1276 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1448 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 1493 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|