Searched defs:copyWithPadding (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp192 static void copyWithPadding(void* ptr, const void* srcPtr, int mSize, int count) { function
231 copyWithPadding(ptr, data, eSize / 4, count);
298 copyWithPadding(ptr, data, eSize / 4, w * h);
382 copyWithPadding(ptr, data, eSize / 4, w * h * d);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp64 copyWithPadding(ptr, srcPtr, mSize, count); \
89 copyWithPadding(ptr, srcPtr, mSize, count); \
115 copyWithPadding(ptr, srcPtr, mSize, count); \
141 copyWithPadding(ptr, srcPtr, mSize, count); \
167 copyWithPadding(ptr, srcPtr, mSize, count); \
193 copyWithPadding(ptr, srcPtr, mSize, count); \
319 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { function
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp79 copyWithPadding(ptr, srcPtr, mSize, count); \
108 copyWithPadding(ptr, srcPtr, mSize, count); \
138 copyWithPadding(ptr, srcPtr, mSize, count); \
169 copyWithPadding(ptr, srcPtr, mSize, count); \
199 copyWithPadding(ptr, srcPtr, mSize, count); \
229 copyWithPadding(ptr, srcPtr, mSize, count); \
315 static void copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) { function

Completed in 200 milliseconds