Lines Matching refs:layerCount
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()
131 if (layerCount < 1) { in allocateHelper()
132 layerCount = 1; 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()
168 rec.layerCount = layerCount; 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()
185 PixelFormat format, uint32_t layerCount, 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()