OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_handle
(Results
1 - 6
of
6
) sorted by null
/external/drm_gralloc/
gralloc_drm_priv.h
82
int
fb_handle
; /* the GEM handle of the bo */
member in struct:gralloc_drm_bo_t
gralloc_drm_rockchip.c
119
buf->base.
fb_handle
= gem_handle;
gralloc_drm_intel.c
211
handles[0] = ib->base.
fb_handle
;
390
ib->base.
fb_handle
= ib->ibo->handle;
gralloc_drm_nouveau.c
227
nb->base.
fb_handle
= nb->bo->handle;
gralloc_drm_pipe.c
171
buf->base.
fb_handle
= tmp.handle;
gralloc_drm_radeon.c
288
rbuf->base.
fb_handle
= rbuf->rbo->handle;
Completed in 115 milliseconds