Searched refs:VER_MIN (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gbm/main/ | ||
H A D | backend.c | 43 #define VER_MIN(a, b) ((a) < (b) ? (a) : (b)) macro 99 const uint32_t abi_ver = VER_MIN(GBM_BACKEND_ABI_VERSION, in backend_create_device() |
Completed in 2 milliseconds