Searched defs:__gbm_fourcc_code (Results 1 – 2 of 2) sorted by relevance
86 #define __gbm_fourcc_code(a,b,c,d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro