Lines Matching refs:sizeBytes

321     int sizeBytes = mSize * 3;  in copyWithPadding()  local
325 memcpy(dst, src, sizeBytes); in copyWithPadding()
327 src += sizeBytes; in copyWithPadding()
333 int sizeBytes = mSize * 3; in copyWithUnPadding() local
337 memcpy(dst, src, sizeBytes); in copyWithUnPadding()
338 dst += sizeBytes; in copyWithUnPadding()
1160 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D() argument
1165 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes, in nAllocationData1D()
1168 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D()
1174 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D() argument
1179 sizeBytes); in nAllocationElementData1D()
1182 lod, ptr, sizeBytes, compIdx); in nAllocationElementData1D()
1207 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D() argument
1213 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType); in nAllocationData2D()
1216 (RsContext)con, alloc, xoff, yoff, lod, face, w, h, ptr, sizeBytes, 0); in nAllocationData2D()
1246 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D() argument
1252 lod, w, h, d, sizeBytes); in nAllocationData3D()
1255 (RsContext)con, alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D()
1295 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D() argument
1300 "dataType(%i)", (RsContext)con, alloc, offset, count, sizeBytes, dataType); in nAllocationRead1D()
1302 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationRead1D()
1327 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D() argument
1333 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType); in nAllocationRead2D()
1336 (RsContext)con, alloc, xoff, yoff, lod, face, w, h, ptr, sizeBytes, 0); in nAllocationRead2D()