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 | 66 copyWithPadding(ptr, srcPtr, mSize, count); \ 91 copyWithPadding(ptr, srcPtr, mSize, count); \ 117 copyWithPadding(ptr, srcPtr, mSize, count); \ 143 copyWithPadding(ptr, srcPtr, mSize, count); \ 169 copyWithPadding(ptr, srcPtr, mSize, count); \ 195 copyWithPadding(ptr, srcPtr, mSize, count); \ 321 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithPadding() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 81 copyWithPadding(ptr, srcPtr, mSize, count); \ 110 copyWithPadding(ptr, srcPtr, mSize, count); \ 140 copyWithPadding(ptr, srcPtr, mSize, count); \ 171 copyWithPadding(ptr, srcPtr, mSize, count); \ 201 copyWithPadding(ptr, srcPtr, mSize, count); \ 231 copyWithPadding(ptr, srcPtr, mSize, count); \ 317 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithPadding() function
|