Skip to content

Commit 0726e15

Browse files
committed
update
1 parent db9866e commit 0726e15

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

_posts/the-way-of-learning/2015-05-19-Android学习之路.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,23 @@ Android开发者网站包含了以下内容:
182182
* Android应用程序UI硬件加速渲染技术简要介绍和学习计划: <https://blog.csdn.net/Luoshengyang/article/details/45601143>
183183
* Android 显示系统:SurfaceFlinger详解: <https://www.cnblogs.com/blogs-of-lxl/p/11272756.html>
184184
* 关于 UI 渲染,你需要了解什么?<https://www.jianshu.com/p/279f727b00bc>
185+
* Android图形系统(十一)-Choreographer: <https://www.jianshu.com/p/bab0b454e39e>
186+
185187
* Android P 图形显示系统(一)硬件合成HWC2: <https://www.jianshu.com/p/824a9ddf68b9>
188+
* Android P 图像显示系统(二)GraphicBuffer和Gralloc分析: <https://www.jianshu.com/p/dd0b38832346>
189+
* Android P 图像显示系统(三)Android HWUI 绘制流程: <https://www.jianshu.com/p/abfaea892611>
190+
* Android P 图形显示系统(四) Android VirtualDisplay解析: <https://www.jianshu.com/p/c4ea60bc73d2>
191+
* Android P 图形显示系统(五) 上层Client和SurfaceFlinger的交互: <https://www.jianshu.com/p/8e7a9a0b5726>
192+
* Android P 图形显示系统(六) SurfaceFlinger合成流程(一): <https://www.jianshu.com/p/fa115146949f>
193+
* Android P 图形显示系统(七) SurfaceFlinger合成流程(二): <https://www.jianshu.com/p/fd16dcb4dfb6>
194+
* Android P 图形显示系统(八) SurfaceFlinger合成流程(三): <https://www.jianshu.com/p/cf4455021fd5>
186195
* Android P 图形显示系统(九) Android图形显示子系统概述: <https://www.jianshu.com/p/b1b75ab6f17f>
187-
* Android图形系统(十一)-Choreographer: <https://www.jianshu.com/p/bab0b454e39e>
188-
* Android 显示系统:SurfaceFlinger详解: <https://www.cnblogs.com/blogs-of-lxl/p/11272756.html>
196+
* Android P 图形显示系统(十) BufferQueue(一): <https://www.jianshu.com/p/81e9c814f10a>
197+
* Android P 图形显示系统(十一) BufferQueue(二): <https://www.jianshu.com/p/f808813880b0>
198+
* Android P 图形显示系统(十二) BufferQueue(三): <https://www.jianshu.com/p/6d83dea3652b>
199+
* Android 图形显示系统(十三)Fence同步机制: <https://www.jianshu.com/p/a7261bc82bca>
200+
* Android 图形显示系统(十四)OpenGLES 纯Native实现PNG图片贴图: <https://www.jianshu.com/p/dfc82ca86a45>
201+
* Android 图形显示系统(十五) Android Q Skia的绘制系统: <https://www.jianshu.com/p/198701520cd7>
189202

190203
### Input相关
191204

0 commit comments

Comments
 (0)