Searched defs:srcYoff (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 505 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc_script() 519 uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, in rsovAllocationData3D_alloc_script() 539 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc() 556 uint32_t srcYoff, uint32_t srcZoff, in rsovAllocationData3D_alloc()
|
D | rsovRuntimeStubs.cpp | 211 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, in rsAllocationCopy2DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1031 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() 1049 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() 1070 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() 1088 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 | 486 uint32_t srcXoff, uint32_t srcYoff, in rsAllocationCopy2DRange() 499 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsAllocationCopy3DRange()
|
/frameworks/rs/support/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/rs/support/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 | 1460 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() 1505 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc()
|