Searched refs:packedSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp325 uint32_t packedSize = getPackedSize(); local
327 stream->addU32(packedSize);
328 if (dataSize == packedSize) {
361 uint32_t packedSize = alloc->getPackedSize(); local
363 dataSize != packedSize) {
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp306 uint32_t packedSize = getPackedSize(); local
308 stream->addU32(packedSize);
309 if (dataSize == packedSize) {
342 uint32_t packedSize = alloc->getPackedSize(); local
344 dataSize != packedSize) {

Completed in 913 milliseconds