Searched defs:srcXoff (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1034 uint32_t srcXoff, uint32_t srcLod) { in rsdAllocationData1D_alloc() 1043 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() 1061 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() 1082 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() 1100 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 226 uint32_t srcXoff, uint32_t srcYoff, in rsAllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 322 uint32_t srcXoff, uint32_t srcYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 829 uint32_t srcXoff, uint32_t srcYoff, in rsi_AllocationCopy2DRange() 846 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsi_AllocationCopy3DRange()
|
D | rsHidlAdaptation.cpp | 679 uint32_t srcXoff, uint32_t srcYoff, in AllocationCopy2DRange() 694 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in AllocationCopy3DRange()
|
D | rsApiStubs.cpp | 481 uint32_t srcXoff, uint32_t srcYoff, in rsAllocationCopy2DRange() 494 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsAllocationCopy3DRange()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 503 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 508 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 539 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 544 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 559 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() 564 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() 595 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() 600 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1239 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 1278 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1447 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 1492 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|