Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp355 uint32_t Allocation::getPackedSize() const { in getPackedSize() function in Allocation
426 stream->addByteArray(dst, getPackedSize()); in packVec3Allocation()
443 uint32_t packedSize = getPackedSize(); in serialize()
479 uint32_t packedSize = alloc->getPackedSize(); in createFromStream()
DrsAllocation.h232 uint32_t getPackedSize() const;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DFieldPacker.java778 private static int getPackedSize(Object obj) { in getPackedSize() method in FieldPacker
905 len += getPackedSize(arg); in createFieldPack()