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

/frameworks/rs/cpp/
H A DAllocation.cpp204 static void copyWithUnPadding(void* ptr, const void* srcPtr, int mSize, int count) { function
256 copyWithUnPadding(data, ptr, eSize / 4, count);
331 copyWithUnPadding(data, ptr, eSize / 4, w * h);
414 copyWithUnPadding(data, ptr, eSize / 4, w * h * d);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp83 copyWithUnPadding(srcPtr, ptr, mSize, count); \
112 copyWithUnPadding(srcPtr, ptr, mSize, count); \
142 copyWithUnPadding(srcPtr, ptr, mSize, count); \
173 copyWithUnPadding(srcPtr, ptr, mSize, count); \
203 copyWithUnPadding(srcPtr, ptr, mSize, count); \
233 copyWithUnPadding(srcPtr, ptr, mSize, count); \
327 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { function
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp68 copyWithUnPadding(srcPtr, ptr, mSize, count); \
93 copyWithUnPadding(srcPtr, ptr, mSize, count); \
119 copyWithUnPadding(srcPtr, ptr, mSize, count); \
145 copyWithUnPadding(srcPtr, ptr, mSize, count); \
171 copyWithUnPadding(srcPtr, ptr, mSize, count); \
197 copyWithUnPadding(srcPtr, ptr, mSize, count); \
331 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { function

Completed in 175 milliseconds