Home
last modified time | relevance | path

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

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