Lines Matching refs:grallocUsage
668 VkImageUsageFlags imageUsage, int *grallocUsage)
685 *grallocUsage |= GRALLOC_USAGE_HW_RENDER;
691 *grallocUsage |= GRALLOC_USAGE_HW_TEXTURE;
714 *grallocUsage |= GRALLOC_USAGE_HW_FB |
722 if (*grallocUsage == 0)
748 int32_t grallocUsage = 0;
749 result = setup_gralloc0_usage(device, format, imageUsage, &grallocUsage);
755 if (grallocUsage & GRALLOC_USAGE_HW_RENDER) {
760 if (grallocUsage & GRALLOC_USAGE_HW_TEXTURE) {
764 if (grallocUsage & (GRALLOC_USAGE_HW_FB |
779 int* grallocUsage)
784 *grallocUsage = 0;
791 return setup_gralloc0_usage(device, format, imageUsage, grallocUsage);