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

/frameworks/rs/cpp/
H A DAllocation.cpp205 static void copyWithUnPadding(void* ptr, const void* srcPtr, int mSize, int count) { function
257 copyWithUnPadding(data, ptr, eSize / 4, count);
332 copyWithUnPadding(data, ptr, eSize / 4, w * h);
415 copyWithUnPadding(data, ptr, eSize / 4, w * h * d);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp80 copyWithUnPadding(srcPtr, ptr, mSize, count); \
105 copyWithUnPadding(srcPtr, ptr, mSize, count); \
131 copyWithUnPadding(srcPtr, ptr, mSize, count); \
157 copyWithUnPadding(srcPtr, ptr, mSize, count); \
183 copyWithUnPadding(srcPtr, ptr, mSize, count); \
209 copyWithUnPadding(srcPtr, ptr, mSize, count); \
303 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { function
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp66 copyWithUnPadding(srcPtr, ptr, mSize, count); \
91 copyWithUnPadding(srcPtr, ptr, mSize, count); \
117 copyWithUnPadding(srcPtr, ptr, mSize, count); \
143 copyWithUnPadding(srcPtr, ptr, mSize, count); \
169 copyWithUnPadding(srcPtr, ptr, mSize, count); \
195 copyWithUnPadding(srcPtr, ptr, mSize, count); \
321 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) { function

Completed in 87 milliseconds