Home
last modified time | relevance | path

Searched refs:mali_gralloc_func_list (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_public_interface.cpp629 static const mali_gralloc_func mali_gralloc_func_list[] = { variable
690 while (mali_gralloc_func_list[pos].desc != GRALLOC1_FUNCTION_INVALID) in mali_gralloc_getFunction()
692 if (mali_gralloc_func_list[pos].desc == descriptor) in mali_gralloc_getFunction()
694 rval = mali_gralloc_func_list[pos].func; in mali_gralloc_getFunction()