Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.cpp48 #define MALI_GRALLOC_GPU_LIB_NAME "libGLES_mali.so" macro
181 if (access(MALI_GRALLOC_GPU_LIBRARY_PATH1 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in get_ip_capabilities()
183 …get_block_capabilities(MALI_GRALLOC_GPU_LIBRARY_PATH1 MALI_GRALLOC_GPU_LIB_NAME, &gpu_runtime_caps… in get_ip_capabilities()
185 else if (access(MALI_GRALLOC_GPU_LIBRARY_PATH2 MALI_GRALLOC_GPU_LIB_NAME, R_OK) == 0) in get_ip_capabilities()
187 …get_block_capabilities(MALI_GRALLOC_GPU_LIBRARY_PATH2 MALI_GRALLOC_GPU_LIB_NAME, &gpu_runtime_caps… in get_ip_capabilities()