Searched defs:getPackedSize (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/
H A DrsAllocation.cpp366 uint32_t Allocation::getPackedSize() const { function in class:android::renderscript::Allocation
436 stream->addByteArray(dst, getPackedSize());
453 uint32_t packedSize = getPackedSize();
489 uint32_t packedSize = alloc->getPackedSize();
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DFieldPacker.java778 private static int getPackedSize(Object obj) { method in class:FieldPacker
905 len += getPackedSize(arg);

Completed in 108 milliseconds