Searched refs:copyWithUnPadding (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 204 static void copyWithUnPadding(void* ptr, const void* srcPtr, int mSize, int count) { in copyWithUnPadding() function 256 copyWithUnPadding(data, ptr, eSize / 4, count); in copy1DRangeTo() 331 copyWithUnPadding(data, ptr, eSize / 4, w * h); in copy2DRangeTo() 414 copyWithUnPadding(data, ptr, eSize / 4, w * h * d); in copy3DRangeTo()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 70 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 95 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 121 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 147 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 173 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 199 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 333 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithUnPadding() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 85 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 114 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 144 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 175 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 205 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 235 copyWithUnPadding(srcPtr, ptr, mSize, count); \ 329 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithUnPadding() function
|