HomeSort by relevance Sort by last modified time
    Searched defs:GBM_BO_USE_CURSOR (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gbm/main/
gbm.h 210 GBM_BO_USE_CURSOR = (1 << 1),
214 GBM_BO_USE_CURSOR_64X64 = GBM_BO_USE_CURSOR,
222 * with GBM_BO_USE_CURSOR, but may not work for other combinations.
  /external/minigbm/
gbm.h 221 GBM_BO_USE_CURSOR = (1 << 1),
225 GBM_BO_USE_CURSOR_64X64 = GBM_BO_USE_CURSOR,

Completed in 48 milliseconds