Home
last modified time | relevance | path

Searched refs:outDescriptor (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapperHal.h38 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
44 outDescriptor); in createDescriptor()
60 BufferDescriptor* outDescriptor) = 0;
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferdescriptor.cpp55 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor_internal() argument
59 if (NULL == outDescriptor) in mali_gralloc_create_descriptor_internal()
84 *outDescriptor = (gralloc1_buffer_descriptor_t)buffer_descriptor; in mali_gralloc_create_descriptor_internal()
DGrallocWrapper.cpp44 BufferDescriptor* outDescriptor) const in createDescriptor()
55 *outDescriptor = tmpDescriptor; in createDescriptor()
Dmali_gralloc_bufferdescriptor.h104 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor);
Dmali_gralloc_public_interface.cpp53 …i_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor() argument
56 ret = mali_gralloc_create_descriptor_internal(outDescriptor); in mali_gralloc_create_descriptor()
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc1Hal.h74 BufferDescriptor* outDescriptor) override { in createDescriptor_2_1() argument
82 outDescriptor); in createDescriptor_2_1()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h52 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
71 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
DGralloc1Hal.h72 BufferDescriptor* outDescriptor) override { in createDescriptor() argument
91 *outDescriptor = grallocEncodeBufferDescriptor(descriptorInfo); in createDescriptor()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h90 gralloc1_buffer_descriptor_t* outDescriptor);
92 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptorHook() argument
93 auto error = getAdapter(device)->createDescriptor(outDescriptor); in createDescriptorHook()
/hardware/google/gchips/include/
DGrallocWrapper.h45 BufferDescriptor* outDescriptor) const;
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h298 auto outDescriptor = mCommandEngine->getOutputMQDescriptor(); in getOutputCommandQueue() local
299 if (outDescriptor) { in getOutputCommandQueue()
300 hidl_cb(Error::NONE, *outDescriptor); in getOutputCommandQueue()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h279 gralloc1_buffer_descriptor_t* outDescriptor) { in createDescriptor() argument
305 *outDescriptor = descriptor; in createDescriptor()
/hardware/libhardware/include/hardware/
Dgralloc1.h370 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor);