Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp204 static void copyWithUnPadding(void* ptr, const void* srcPtr, int mSize, int count) { in copyWithUnPadding() function
256 copyWithUnPadding(data, ptr, eSize / 4, count); in copy1DRangeTo()
331 copyWithUnPadding(data, ptr, eSize / 4, w * h); in copy2DRangeTo()
414 copyWithUnPadding(data, ptr, eSize / 4, w * h * d); in copy3DRangeTo()
/frameworks/support/v8/renderscript/jni/
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) { in copyWithUnPadding() function
/frameworks/base/rs/jni/
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