Searched defs:getPackedSize (Results 1 - 2 of 2) sorted by relevance

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

Completed in 46 milliseconds