1. 参考link
https://chromium.googlesource.com/chromiumos/platform/minigbm/+/refs/heads/master/
http://virtuousgeek.org/blog/index.php/jbarnes/2011/10/31/writing_stanalone_programs_with_egl_and_
https://blog.csdn.net/weixin_42263483/article/details/100576577
https://github.com/robclark/libgbm
2.gbm是一种硬件抽象的buffer manager管理库
3.gbm 中的一些概念
跨距-stride: 其实是为了提升CPU访问内存性能,而做的内存对齐;图像操作经常是按行操作,stride就是指图像中的一行图像数据所占的存储空间的长度,它是一个大于等于图像宽度的内存对齐的长度
来源:CSDN
作者:lkjxcj3096
链接:https://blog.csdn.net/lkjxcj3096/article/details/103744376