Home
last modified time | relevance | path

Searched refs:outBuffers (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dframebuffer_device.h33 buffer_handle_t * const outBuffers);
Dmali_gralloc_public_interface.cpp164 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() argument
175 outBuffers[i] = NULL; in mali_gralloc_allocate()
184 if (mali_gralloc_fb_allocate(m, bufDescriptor, outBuffers) < 0) in mali_gralloc_allocate()
192 …_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, outBuffers, in mali_gralloc_allocate()
Dframebuffer_device.cpp656 buffer_handle_t * const outBuffers) in mali_gralloc_fb_allocate() argument
674 outBuffers, &pixel_stride, &byte_stride); in mali_gralloc_fb_allocate()
682 private_handle_t *hnd = (private_handle_t *)*outBuffers; in mali_gralloc_fb_allocate()
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocatorHal.h45 std::vector<const native_handle_t*>* outBuffers) = 0;
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc0Hal.h75 std::vector<const native_handle_t*>* outBuffers) override { in allocateBuffers() argument
112 *outBuffers = std::move(buffers); in allocateBuffers()
DGralloc1Hal.h85 std::vector<const native_handle_t*>* outBuffers) override { in allocateBuffers() argument
129 *outBuffers = std::move(buffers); in allocateBuffers()
/hardware/libhardware/include/hardware/
Dgralloc1.h784 buffer_handle_t* outBuffers);
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h323 buffer_handle_t* outBuffers);