Home | History | Annotate | Download | only in gralloc960

Lines Matching refs:descriptor

60 static int32_t mali_gralloc_destroy_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor)
63 ret = mali_gralloc_destroy_descriptor_internal(descriptor);
68 static int32_t mali_gralloc_set_consumer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor,
72 ret = mali_gralloc_set_consumerusage_internal(descriptor, usage);
77 static int32_t mali_gralloc_set_dimensions(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor,
81 ret = mali_gralloc_set_dimensions_internal(descriptor, width, height);
86 static int32_t mali_gralloc_set_format(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor,
90 ret = mali_gralloc_set_format_internal(descriptor, format);
95 static int32_t mali_gralloc_set_producer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor,
99 ret = mali_gralloc_set_producerusage_internal(descriptor, usage);
383 /* GRALLOC1_FUNCTION_INVALID has to be the last descriptor on the list. */
398 static gralloc1_function_pointer_t mali_gralloc_getFunction(gralloc1_device_t *dev, int32_t descriptor)
406 if (mali_gralloc_func_list[pos].desc == descriptor)
417 rval = mali_gralloc_private_interface_getFunction(descriptor);