Home
last modified time | relevance | path

Searched refs:copyWithUnPadding (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp84 copyWithUnPadding(srcPtr, ptr, mSize, count); \
113 copyWithUnPadding(srcPtr, ptr, mSize, count); \
143 copyWithUnPadding(srcPtr, ptr, mSize, count); \
174 copyWithUnPadding(srcPtr, ptr, mSize, count); \
204 copyWithUnPadding(srcPtr, ptr, mSize, count); \
234 copyWithUnPadding(srcPtr, ptr, mSize, count); \
328 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { in copyWithUnPadding() function