Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMinigbm.cpp106 constexpr char cros_gralloc_module_name[] = "CrOS Gralloc"; variable
109 if (strcmp(gralloc_->common.name, cros_gralloc_module_name) != 0) { in ValidateGralloc()
111 cros_gralloc_module_name, gralloc_->common.name); in ValidateGralloc()
/external/mesa3d/src/util/u_gralloc/
Du_gralloc_cros_api.c33 static const char cros_gralloc_module_name[] = "CrOS Gralloc"; variable
115 if (strcmp(gr->gralloc_module->common.name, cros_gralloc_module_name) != 0) in u_gralloc_cros_api_create()