Searched refs:copyWithPadding (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 192 static void copyWithPadding(void* ptr, const void* srcPtr, int mSize, int count) { in copyWithPadding() function 231 copyWithPadding(ptr, data, eSize / 4, count); in copy1DRangeFrom() 298 copyWithPadding(ptr, data, eSize / 4, w * h); in copy2DRangeFrom() 382 copyWithPadding(ptr, data, eSize / 4, w * h * d); in copy3DRangeFrom()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 64 copyWithPadding(ptr, srcPtr, mSize, count); \ 89 copyWithPadding(ptr, srcPtr, mSize, count); \ 115 copyWithPadding(ptr, srcPtr, mSize, count); \ 141 copyWithPadding(ptr, srcPtr, mSize, count); \ 167 copyWithPadding(ptr, srcPtr, mSize, count); \ 193 copyWithPadding(ptr, srcPtr, mSize, count); \ 319 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithPadding() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 79 copyWithPadding(ptr, srcPtr, mSize, count); \ 108 copyWithPadding(ptr, srcPtr, mSize, count); \ 138 copyWithPadding(ptr, srcPtr, mSize, count); \ 169 copyWithPadding(ptr, srcPtr, mSize, count); \ 199 copyWithPadding(ptr, srcPtr, mSize, count); \ 229 copyWithPadding(ptr, srcPtr, mSize, count); \ 315 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithPadding() function
|