May 2017
Beginner to intermediate
470 pages
10h 49m
English
As we did for the default Gralloc module, we will analyze the alloc and free methods in the GPU0 device. The alloc method is implemented in the gralloc_alloc function. The gralloc_alloc function is much longer than the one in the default Gralloc module, but it basically does three things:
Now let's take a look at the code for gralloc_alloc:
static ...
Read now
Unlock full access