Searched refs:gralloc1_function_pointer_t (Results  1 – 9 of 9) sorted by relevance
| /device/linaro/hikey/gralloc960/ | 
| D | mali_gralloc_public_interface.cpp | 37 	gralloc1_function_pointer_t func; 362 	{ GRALLOC1_FUNCTION_DUMP, (gralloc1_function_pointer_t)mali_gralloc_dump }, 363 …{ GRALLOC1_FUNCTION_CREATE_DESCRIPTOR, (gralloc1_function_pointer_t)mali_gralloc_create_descriptor… 364 …{ GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR, (gralloc1_function_pointer_t)mali_gralloc_destroy_descript… 365 …{ GRALLOC1_FUNCTION_SET_CONSUMER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_set_consumer_usa… 366 	{ GRALLOC1_FUNCTION_SET_DIMENSIONS, (gralloc1_function_pointer_t)mali_gralloc_set_dimensions }, 367 	{ GRALLOC1_FUNCTION_SET_FORMAT, (gralloc1_function_pointer_t)mali_gralloc_set_format }, 368 …{ GRALLOC1_FUNCTION_SET_PRODUCER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_set_producer_usa… 369 …{ GRALLOC1_FUNCTION_GET_BACKING_STORE, (gralloc1_function_pointer_t)mali_gralloc_get_backing_store… 370 …{ GRALLOC1_FUNCTION_GET_CONSUMER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_get_consumer_usa… [all …] 
 | 
| D | mali_gralloc_private_interface.cpp | 32 			return (gralloc1_function_pointer_t)C; \ 264 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor)  in mali_gralloc_private_interface_getFunction()
  | 
| D | mali_gralloc_private_interface.h | 70 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor);
  | 
| /device/amlogic/yukawa/hal/gralloc/ | 
| D | mali_gralloc_public_interface.cpp | 38 	gralloc1_function_pointer_t func; 622 	{ GRALLOC1_FUNCTION_DUMP, (gralloc1_function_pointer_t)mali_gralloc_dump }, 623 …{ GRALLOC1_FUNCTION_CREATE_DESCRIPTOR, (gralloc1_function_pointer_t)mali_gralloc_create_descriptor… 624 …{ GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR, (gralloc1_function_pointer_t)mali_gralloc_destroy_descript… 625 …{ GRALLOC1_FUNCTION_SET_CONSUMER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_set_consumer_usa… 626 	{ GRALLOC1_FUNCTION_SET_DIMENSIONS, (gralloc1_function_pointer_t)mali_gralloc_set_dimensions }, 627 	{ GRALLOC1_FUNCTION_SET_FORMAT, (gralloc1_function_pointer_t)mali_gralloc_set_format }, 628 …{ GRALLOC1_FUNCTION_SET_PRODUCER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_set_producer_usa… 629 …{ GRALLOC1_FUNCTION_GET_BACKING_STORE, (gralloc1_function_pointer_t)mali_gralloc_get_backing_store… 630 …{ GRALLOC1_FUNCTION_GET_CONSUMER_USAGE, (gralloc1_function_pointer_t)mali_gralloc_get_consumer_usa… [all …] 
 | 
| D | mali_gralloc_private_interface.cpp | 32 			return (gralloc1_function_pointer_t)C; \ 264 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor)  in mali_gralloc_private_interface_getFunction()
  | 
| D | mali_gralloc_private_interface.h | 70 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor);
  | 
| /device/generic/opengl-transport/host/libs/virglrenderer/ | 
| D | Gralloc1.cpp | 105 static gralloc1_function_pointer_t gralloc1_getFunction(gralloc1_device_t*, int32_t descriptor) {  in gralloc1_getFunction() 108             return reinterpret_cast<gralloc1_function_pointer_t>(&gralloc1_lock);  in gralloc1_getFunction() 110             return reinterpret_cast<gralloc1_function_pointer_t>(&gralloc1_unlock);  in gralloc1_getFunction()
  | 
| /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ | 
| D | gralloc1.h | 55 typedef void (*gralloc1_function_pointer_t)();  typedef 67     gralloc1_function_pointer_t (*getFunction)(gralloc1_device_t*, int32_t);
  | 
| /device/generic/vulkan-cereal/fake-android-guest/hardware/ | 
| D | gralloc1.h | 257 typedef void (*gralloc1_function_pointer_t)();  typedef 300     gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,
  |