Searched refs:copyWithPadding (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 80 copyWithPadding(ptr, srcPtr, mSize, count); \ 109 copyWithPadding(ptr, srcPtr, mSize, count); \ 139 copyWithPadding(ptr, srcPtr, mSize, count); \ 170 copyWithPadding(ptr, srcPtr, mSize, count); \ 200 copyWithPadding(ptr, srcPtr, mSize, count); \ 230 copyWithPadding(ptr, srcPtr, mSize, count); \ 316 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithPadding() function
|