Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.cpp216 uint32_t Allocation::getPackedSize() const { in getPackedSize() function in Allocation
287 stream->addByteArray(dst, getPackedSize()); in packVec3Allocation()
306 uint32_t packedSize = getPackedSize(); in serialize()
342 uint32_t packedSize = alloc->getPackedSize(); in createFromStream()
DrsAllocation.h151 uint32_t getPackedSize() const;
/frameworks/rs/
DrsAllocation.cpp235 uint32_t Allocation::getPackedSize() const { in getPackedSize() function in Allocation
306 stream->addByteArray(dst, getPackedSize()); in packVec3Allocation()
325 uint32_t packedSize = getPackedSize(); in serialize()
361 uint32_t packedSize = alloc->getPackedSize(); in createFromStream()
DrsAllocation.h160 uint32_t getPackedSize() const;