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

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

Completed in 119 milliseconds