Home
last modified time | relevance | path

Searched refs:GBM_BACKEND_ABI_VERSION (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gbm/main/
H A Dgbm_abi_check.c41 * -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 Dgbm_backend_abi.h75 #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 Dbackend.c99 const uint32_t abi_ver = VER_MIN(GBM_BACKEND_ABI_VERSION, in backend_create_device()
H A Dgbm.c835 .v0.core_version = GBM_BACKEND_ABI_VERSION,
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c1443 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