Lines Matching refs:grallocUsage
354 VkImageUsageFlags imageUsage, int *grallocUsage)
358 *grallocUsage |= GRALLOC_USAGE_HW_RENDER;
364 *grallocUsage |= GRALLOC_USAGE_HW_TEXTURE;
383 *grallocUsage |= GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_COMPOSER |
387 if (*grallocUsage == 0)
397 int *grallocUsage)
406 *grallocUsage = 0;
407 return setup_gralloc0_usage(device, format, imageUsage, grallocUsage);
430 int32_t grallocUsage = 0;
431 result = setup_gralloc0_usage(device, format, imageUsage, &grallocUsage);
437 if (grallocUsage & GRALLOC_USAGE_HW_RENDER) {
442 if (grallocUsage & GRALLOC_USAGE_HW_TEXTURE) {
446 if (grallocUsage & (GRALLOC_USAGE_HW_FB |