OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gbm_bo_unmap
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gbm/
gbm-symbols-check
13
gbm_bo_unmap
/external/autotest/client/cros/graphics/
gbm.py
89
l.
gbm_bo_unmap
.argtypes = [POINTER(gbm_bo), c_void_p]
90
l.
gbm_bo_unmap
.restype = None
148
self._l.
gbm_bo_unmap
(self._buffer, map_data_p)
/external/mesa3d/src/gbm/main/
gbm.h
295
gbm_bo_unmap
(struct gbm_bo *bo, void *map_data);
gbm.c
370
*
gbm_bo_unmap
() when no longer needed. On error, %NULL is returned
400
gbm_bo_unmap
(struct gbm_bo *bo, void *map_data)
function
/external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c
636
gbm_bo_unmap
(bo, map_data);
652
gbm_bo_unmap
(bo, map_data);
Completed in 199 milliseconds