Lines Matching refs:usage
96 rec.layerCount, rec.format, rec.usage, rec.requestorName.c_str()); in dump()
112 uint32_t layerCount, uint64_t usage, in allocateHelper() argument
126 width, height, layerCount, format, usage); in allocateHelper()
136 usage &= ~static_cast<uint64_t>((1 << 10) | (1 << 13)); in allocateHelper()
138 status_t error = mAllocator->allocate(requestorName, width, height, format, layerCount, usage, in allocateHelper()
143 width, height, layerCount, format, usage, error); in allocateHelper()
169 rec.usage = usage; in allocateHelper()
177 uint32_t layerCount, uint64_t usage, in allocate() argument
180 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()
186 uint64_t usage, buffer_handle_t* handle, in allocateRawHandle() argument
188 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocateRawHandle()
194 uint32_t layerCount, uint64_t usage, in allocate() argument
197 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()