Home
last modified time | relevance | path

Searched refs:gralloc_handle (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/.ci/android_headers/
Dgralloc_handle.h80 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle() function
100 handle = gralloc_handle(nhandle); in gralloc_handle_create()
/external/libdrm/android/
Dgralloc_handle.h79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle() function
99 handle = gralloc_handle(nhandle); in gralloc_handle_create()
/external/libdrm/
DMakefile.sources42 android/gralloc_handle.h
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoLibdrm.cpp167 gralloc_handle_t *gr_handle = gralloc_handle(handle); in GetBoInfo()