Searched refs:GBM_BACKEND_ABI_VERSION (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gbm/main/ |
H A D | gbm_abi_check.c | 41 * -Increment GBM_BACKEND_ABI_VERSION 110 * GBM buffer object interface corresponding to GBM_BACKEND_ABI_VERSION = 0 113 * GBM_BACKEND_ABI_VERSION, and append gbm_bo_v1 to gbm_bo. 131 * the end of this structure, and increment GBM_BACKEND_ABI_VERSION. 139 * GBM surface interface corresponding to GBM_BACKEND_ABI_VERSION = 0 142 * GBM_BACKEND_ABI_VERSION, and append gbm_surface_v1 to gbm_surface. 159 * to the end of this structure, and increment GBM_BACKEND_ABI_VERSION. 167 * GBM backend interfaces corresponding to GBM_BACKEND_ABI_VERSION = 0 170 * GBM_BACKEND_ABI_VERSION, append gbm_backend_v1 to gbm_backend. 189 * to the end of this structure, and increment GBM_BACKEND_ABI_VERSION [all...] |
H A D | gbm_backend_abi.h | 75 #define GBM_BACKEND_ABI_VERSION 1 macro 78 * GBM device interface corresponding to GBM_BACKEND_ABI_VERSION = 0 81 * GBM_BACKEND_ABI_VERSION, and append gbm_bo_v1 to gbm_bo. 166 * to the end of this structure, and increment GBM_BACKEND_ABI_VERSION. 175 * GBM buffer object interface corresponding to GBM_BACKEND_ABI_VERSION = 0 178 * GBM_BACKEND_ABI_VERSION, and append gbm_bo_v1 to gbm_bo. 196 * the end of this structure, and increment GBM_BACKEND_ABI_VERSION. 204 * GBM surface interface corresponding to GBM_BACKEND_ABI_VERSION = 0 207 * GBM_BACKEND_ABI_VERSION, and append gbm_surface_v1 to gbm_surface. 224 * to the end of this structure, and increment GBM_BACKEND_ABI_VERSION [all...] |
H A D | backend.c | 99 const uint32_t abi_ver = VER_MIN(GBM_BACKEND_ABI_VERSION, in backend_create_device()
|
H A D | gbm.c | 835 .v0.core_version = GBM_BACKEND_ABI_VERSION,
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 1443 assert(gbm_core.v0.core_version == GBM_BACKEND_ABI_VERSION); in dri_device_create() 1500 .v0.backend_version = GBM_BACKEND_ABI_VERSION,
|
Completed in 5 milliseconds