Searched refs:destroy_user_data (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/main/ |
| H A D | gbm.c | 405 * \param destroy_user_data A callback (which may be %NULL) that will be 410 void (*destroy_user_data)(struct gbm_bo *, void *)) 413 bo->destroy_user_data = destroy_user_data; 439 if (bo->destroy_user_data) 440 bo->destroy_user_data(bo, bo->user_data);
|
| H A D | gbmint.h | 116 void (*destroy_user_data)(struct gbm_bo *, void *); member in struct:gbm_bo
|
| H A D | gbm.h | 373 void (*destroy_user_data)(struct gbm_bo *, void *));
|
| /xsrc/external/mit/MesaLib/dist/src/gbm/main/ |
| H A D | gbm.c | 424 * \param destroy_user_data A callback (which may be %NULL) that will be 429 void (*destroy_user_data)(struct gbm_bo *, void *)) 432 bo->v0.destroy_user_data = destroy_user_data; 458 if (bo->v0.destroy_user_data) 459 bo->v0.destroy_user_data(bo, bo->v0.user_data);
|
| H A D | gbm_backend_abi.h | 187 void (*destroy_user_data)(struct gbm_bo *, void *); member in struct:gbm_bo_v0
|
| H A D | gbm_abi_check.c | 122 void (*destroy_user_data)(struct gbm_bo *, void *); member in struct:gbm_bo_v0_abi0 381 CHECK_MEMBER_CURRENT(gbm_bo_v0, _abi0, destroy_user_data);
|
| H A D | gbm.h | 405 void (*destroy_user_data)(struct gbm_bo *, void *));
|
Completed in 8 milliseconds