Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp38 static hw_module_t g_gralloc1_module = { variable
120 .module = &g_gralloc1_module,
128 if (module != &g_gralloc1_module) in gralloc1_device_open()
130 if (strcmp(id, g_gralloc1_module.id)) in gralloc1_device_open()
137 if (strcmp(id, g_gralloc1_module.id)) in hw_get_module()
139 *module = const_cast<const hw_module_t*>(&g_gralloc1_module); in hw_get_module()