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
143 map_p = self._l.gbm_bo_map(self._buffer, x, y, width, height, flags,
146 raise RuntimeError("gbm_bo_map() stride is 0")
148 raise RuntimeError("gbm_bo_map() returned NULL")
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 728 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ_WRITE, &stride,
745 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ_WRITE, &stride,
838 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ, &stride,
874 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_WRITE, &stride,
895 addr = gbm_bo_map(bo, 0, 0, width, height, GBM_BO_TRANSFER_READ, &stride,
941 addr = gbm_bo_map(bo, 0, 0, w, h, GBM_BO_TRANSFER_WRITE, &stride,
966 addr = gbm_bo_map(bo, 0, 0, w, h, GBM_BO_TRANSFER_READ, &stride,
  /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

Completed in 284 milliseconds