OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bo_unpin
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/intel/
intel_bufmgr_priv.h
222
int (*
bo_unpin
) (drm_intel_bo *bo);
member in struct:_drm_intel_bufmgr
intel_bufmgr.c
236
if (bo->bufmgr->
bo_unpin
)
237
return bo->bufmgr->
bo_unpin
(bo);
intel_bufmgr_gem.c
[
all
...]
Completed in 34 milliseconds