Searched refs:req_usage (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 478 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/ |
D | gralloc0.cc | 316 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()
|