Searched defs:gralloc_module_t (Results  1 – 4 of 4) sorted by relevance
| /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ | 
| D | gralloc.h | 32 struct gralloc_module_t {  struct34     int (*registerBuffer)(gralloc_module_t const*, buffer_handle_t);  argument
 35     int (*unregisterBuffer)(gralloc_module_t const*, buffer_handle_t);  argument
 36     int (*lock)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**);  argument
 37     int (*unlock)(gralloc_module_t const*, buffer_handle_t);  argument
 38     int (*perform)(gralloc_module_t const*, int, ...);  argument
 39     int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int,  argument
 41 …  int (*lockAsync)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**, int);  argument
 42     int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*);  argument
 43     int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int,  argument
 [all …]
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/hardware/ | 
| D | gralloc.h | 154 typedef struct gralloc_module_t {  struct172     int (*registerBuffer)(struct gralloc_module_t const* module,  argument
 187     int (*unregisterBuffer)(struct gralloc_module_t const* module,  argument
 225     int (*lock)(struct gralloc_module_t const* module,  argument
 236     int (*unlock)(struct gralloc_module_t const* module,  argument
 241     int (*perform)(struct gralloc_module_t const* module,  argument
 264     int (*lock_ycbcr)(struct gralloc_module_t const* module,  argument
 279     int (*lockAsync)(struct gralloc_module_t const* module,  argument
 295     int (*unlockAsync)(struct gralloc_module_t const* module,  argument
 309     int (*lockAsync_ycbcr)(struct gralloc_module_t const* module,  argument
 [all …]
 
 | 
| /device/amlogic/yukawa/hal/gralloc/ | 
| D | mali_gralloc_module.h | 35 } gralloc_module_t;  typedef
 | 
| /device/linaro/hikey/gralloc960/ | 
| D | mali_gralloc_module.h | 35 } gralloc_module_t;  typedef
 |