Lines Matching refs:bufferDescriptor

35     buffer_descriptor_t bufferDescriptor;  in allocate()  local
37 bufferDescriptor)) { in allocate()
63 arm::allocator::common::allocate(bufferDescriptor, count, hidl_cb); in allocate()
90 buffer_descriptor_t bufferDescriptor; in toInternalDescriptor() local
91 bufferDescriptor.width = descriptor.width; in toInternalDescriptor()
92 bufferDescriptor.height = descriptor.height; in toInternalDescriptor()
93 bufferDescriptor.layer_count = descriptor.layerCount; in toInternalDescriptor()
94 bufferDescriptor.hal_format = static_cast<uint64_t>(descriptor.format); in toInternalDescriptor()
95 bufferDescriptor.producer_usage = static_cast<uint64_t>(descriptor.usage); in toInternalDescriptor()
96 bufferDescriptor.consumer_usage = bufferDescriptor.producer_usage; in toInternalDescriptor()
97 bufferDescriptor.format_type = MALI_GRALLOC_FORMAT_TYPE_USAGE; in toInternalDescriptor()
98 bufferDescriptor.signature = sizeof(buffer_descriptor_t); in toInternalDescriptor()
99 bufferDescriptor.reserved_size = descriptor.reservedSize; in toInternalDescriptor()
101 bufferDescriptor.name = std::string(str); in toInternalDescriptor()
102 return bufferDescriptor; in toInternalDescriptor()
110 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in allocate2() local
130 arm::allocator::common::allocate(bufferDescriptor, count, hidl_cb); in allocate2()
158 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in isSupported() local
160 bool isBufferDescriptorSupported = arm::allocator::common::isSupported(&bufferDescriptor); in isSupported()