Home
last modified time | relevance | path

Searched refs:gralloc_handle_t (Results 1 - 1 of 1) sorted by relevance

/third_party/libdrm/android/
H A Dgralloc_handle.h33 #define gralloc_gbm_handle_t gralloc_handle_t
34 #define gralloc_drm_handle_t gralloc_handle_t
36 struct gralloc_handle_t { struct
76 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \
79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle()
81 return (struct gralloc_handle_t *)handle; in gralloc_handle()
92 struct gralloc_handle_t *handle; in gralloc_handle_create()

Completed in 1 milliseconds