Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_cros_api.c30 gralloc_module_t *gralloc_module; member
55 gralloc_module_t *gr_mod = gr->gralloc_module; in cros_get_buffer_info()
80 if (gr->gralloc_module->perform( in cros_get_front_rendering_usage()
81 gr->gralloc_module, CROS_GRALLOC_DRM_GET_USAGE, in cros_get_front_rendering_usage()
95 if (gr->gralloc_module) in destroy()
96 dlclose(gr->gralloc_module->common.dso); in destroy()
110 (const hw_module_t **)&gr->gralloc_module); in u_gralloc_cros_api_create()
115 if (strcmp(gr->gralloc_module->common.name, cros_gralloc_module_name) != 0) in u_gralloc_cros_api_create()
118 if (!gr->gralloc_module->perform) { in u_gralloc_cros_api_create()
Du_gralloc_fallback.c23 gralloc_module_t *gralloc_module; member
165 gralloc_module_t *gr_mod = gr->gralloc_module; in fallback_gralloc_get_yuv_info()
310 if (gr->gralloc_module) { in destroy()
311 dlclose(gr->gralloc_module->common.dso); in destroy()
326 (const hw_module_t **)&gr->gralloc_module); in u_gralloc_fallback_create()
331 } else if (!gr->gralloc_module->lock_ycbcr) { in u_gralloc_fallback_create()