Searched refs:getPackedSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp355 uint32_t Allocation::getPackedSize() const { function in class:Allocation
426 stream->addByteArray(dst, getPackedSize());
443 uint32_t packedSize = getPackedSize();
479 uint32_t packedSize = alloc->getPackedSize();
H A DrsAllocation.h232 uint32_t getPackedSize() const;
/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);

Completed in 85 milliseconds