HomeSort by relevance Sort by last modified time
    Searched refs:gbm_bo_map (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gbm/
gbm-symbols-check 12 gbm_bo_map
  /external/autotest/client/cros/graphics/
gbm.py 82 l.gbm_bo_map.argtypes = [
87 l.gbm_bo_map.restype = c_void_p
139 map_p = self._l.gbm_bo_map(self._buffer, x, y, width, height, flags,
142 raise RuntimeError("gbm_bo_map() stride is 0")
144 raise RuntimeError("gbm_bo_map() returned NULL")
  /external/mesa3d/src/gbm/main/
gbm.h 264 * passed into gbm_bo_map(). The caller must set the union of all the
290 gbm_bo_map(struct gbm_bo *bo,
gbm.c 376 gbm_bo_map(struct gbm_bo *bo, function
397 * \param map_data opaque ptr returned from prior gbm_bo_map
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 625 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ_WRITE, &stride,
642 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ_WRITE, &stride,

Completed in 248 milliseconds