Lines Matching refs:stride
95 list.keyAt(i), sizeStr.c_str(), rec.width, rec.stride, rec.height, in dump()
113 buffer_handle_t* handle, uint32_t* stride, in allocateHelper() argument
139 1, stride, handle, importBuffer); in allocateHelper()
154 if ((*stride) != 0 && in allocateHelper()
155 std::numeric_limits<size_t>::max() / height / (*stride) < static_cast<size_t>(bpp)) { in allocateHelper()
158 bufSize = static_cast<size_t>((*stride)) * height * bpp; in allocateHelper()
166 rec.stride = *stride; in allocateHelper()
178 buffer_handle_t* handle, uint32_t* stride, in allocate() argument
180 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()
187 uint32_t* stride, std::string requestorName) { in allocateRawHandle() argument
188 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocateRawHandle()
195 buffer_handle_t* handle, uint32_t* stride, in allocate() argument
197 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()