Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferdescriptor.cpp34 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor_internal() argument
38 if (NULL == outDescriptor) in mali_gralloc_create_descriptor_internal()
51 *outDescriptor = (gralloc1_buffer_descriptor_t)buffer_descriptor; in mali_gralloc_create_descriptor_internal()
Dmali_gralloc_bufferdescriptor.h53 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor);
Dmali_gralloc_public_interface.cpp52 …i_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor() argument
55 ret = mali_gralloc_create_descriptor_internal(outDescriptor); in mali_gralloc_create_descriptor()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferdescriptor.cpp35 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor_internal() argument
39 if (NULL == outDescriptor) in mali_gralloc_create_descriptor_internal()
62 *outDescriptor = (gralloc1_buffer_descriptor_t)buffer_descriptor; in mali_gralloc_create_descriptor_internal()
Dmali_gralloc_bufferdescriptor.h54 int mali_gralloc_create_descriptor_internal(gralloc1_buffer_descriptor_t *outDescriptor);
Dmali_gralloc_public_interface.cpp52 …i_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t *outDescriptor) in mali_gralloc_create_descriptor() argument
55 ret = mali_gralloc_create_descriptor_internal(outDescriptor); in mali_gralloc_create_descriptor()