Home
last modified time | relevance | path

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

/external/drm_hwcomposer/.ci/android_headers/
Dgralloc_handle.h34 #define gralloc_gbm_handle_t gralloc_handle_t
35 #define gralloc_drm_handle_t gralloc_handle_t
37 struct gralloc_handle_t { struct
77 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \ argument
80 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle()
82 return (struct gralloc_handle_t *)handle; in gralloc_handle()
93 struct gralloc_handle_t *handle; in gralloc_handle_create()
/external/libdrm/android/
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)) \ argument
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()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoLibdrm.cpp167 gralloc_handle_t *gr_handle = gralloc_handle(handle); in GetBoInfo()