Searched defs:consumerUsage (Results 1 - 10 of 10) sorted by last modified time

/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp515 auto consumerUsage = va_arg(args, int); local
517 hnd->consumer_usage = consumerUsage;
578 auto consumerUsage = va_arg(args, int); local
595 producerUsage | consumerUsage,
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp565 auto consumerUsage = va_arg(args, int); local
567 hnd->consumer_usage = consumerUsage;
628 auto consumerUsage = va_arg(args, int); local
645 producerUsage | consumerUsage,
/hardware/libhardware/include/hardware/
H A Dgralloc1.h708 uint64_t consumerUsage; member in struct:gralloc1_buffer_descriptor_info
906 /* lock(..., buffer, producerUsage, consumerUsage, accessRegion, outData,
913 * Exactly one of producerUsage and consumerUsage must be *_USAGE_NONE. The
941 * consumerUsage must be GRALLOC1_*_USAGE_NONE, and the other must be a
943 * consumerUsage - the consumer usage flags to request; either this or
955 * consumerUsage were GRALLOC1_*_USAGE_NONE, or the usage which was not
965 uint64_t /*gralloc1_consumer_usage_t*/ consumerUsage,
969 /* lockFlex(..., buffer, producerUsage, consumerUsage, accessRegion,
990 * consumerUsage must be GRALLOC1_*_USAGE_NONE, and the other must be a
992 * consumerUsage
[all...]
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp251 descriptor->producerUsage, descriptor->consumerUsage);
269 static_cast<int>(descriptor->consumerUsage));
400 int consumerUsage = 0; local
408 bufferHandle, &consumerUsage);
416 static_cast<gralloc1_consumer_usage_t>(consumerUsage));
442 gralloc1_consumer_usage_t consumerUsage,
448 android_convertGralloc1To0Usage(producerUsage, consumerUsage),
458 android_convertGralloc1To0Usage(producerUsage, consumerUsage),
474 gralloc1_consumer_usage_t consumerUsage,
484 static_cast<int>(consumerUsage),
439 lock( const std::shared_ptr<Buffer>& buffer, gralloc1_producer_usage_t producerUsage, gralloc1_consumer_usage_t consumerUsage, const gralloc1_rect_t& accessRegion, void** outData, int acquireFence) argument
471 lockFlex( const std::shared_ptr<Buffer>& buffer, gralloc1_producer_usage_t producerUsage, gralloc1_consumer_usage_t consumerUsage, const gralloc1_rect_t& accessRegion, struct android_flex_layout* outFlex, int acquireFence) argument
[all...]
H A DGralloc1On0Adapter.h113 consumerUsage(GRALLOC1_CONSUMER_USAGE_NONE) {}
137 consumerUsage = usage;
146 gralloc1_consumer_usage_t consumerUsage; member in struct:android::hardware::Gralloc1On0Adapter::Descriptor
220 *outUsage = mDescriptor.consumerUsage;
352 gralloc1_consumer_usage_t consumerUsage,
357 gralloc1_consumer_usage_t consumerUsage,
390 auto consumerUsage = local
399 if ((consumerUsage & GRALLOC1_CONSUMER_USAGE_CPU_READ) != 0) {
414 auto error = ((*adapter).*member)(buffer, producerUsage, consumerUsage,
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h253 uint64_t consumerUsage = local
260 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ;
263 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN;
272 consumerUsage |= GRALLOC1_CONSUMER_USAGE_GPU_DATA_BUFFER;
275 return consumerUsage;
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc1Hal.h127 const uint64_t consumerUsage = variable
131 int32_t error = mDispatch.lock(mDevice, bufferHandle, cpuUsage, consumerUsage, &accessRect,
152 const uint64_t consumerUsage = variable
155 error = mDispatch.lockFlex(mDevice, bufferHandle, cpuUsage, consumerUsage, &accessRect,
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc1Hal.h48 bufferDescriptorInfo.consumerUsage = toConsumerUsage(descriptorInfo.usage);
141 uint64_t consumerUsage = local
148 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ;
151 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN;
160 consumerUsage |= GRALLOC1_CONSUMER_USAGE_GPU_DATA_BUFFER;
163 return consumerUsage;
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc1.h120 uint64_t consumerUsage = local
146 err32 = setConsumerUsage(d, descriptor, consumerUsage);
197 uint64_t consumerUsage = local
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc1.h120 uint64_t consumerUsage = local
146 err32 = setConsumerUsage(d, descriptor, consumerUsage);
197 uint64_t consumerUsage = local
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence);

Completed in 1364 milliseconds