Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c478 uint32_t stride, width, height, req_usage, gralloc_usage; in test_perform() local
509 req_usage = 0; in test_perform()
511 CHECK(mod->perform(mod, GRALLOC_DRM_GET_USAGE, req_usage, &gralloc_usage) == 0); in test_perform()
514 req_usage = GRALLOC_DRM_GET_USAGE_FRONT_RENDERING_BIT; in test_perform()
516 CHECK(mod->perform(mod, GRALLOC_DRM_GET_USAGE, req_usage, &gralloc_usage) == 0); in test_perform()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc316 uint32_t req_usage; in gralloc0_perform() local
401 req_usage = va_arg(args, uint32_t); in gralloc0_perform()
403 if (req_usage & GRALLOC_DRM_GET_USAGE_FRONT_RENDERING_BIT) in gralloc0_perform()