Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_RENDER (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/include/android_stub/hardware/
Dgralloc.h90 GRALLOC_USAGE_HW_RENDER = 0x00000200U, enumerator
434 } else if ((usage & GRALLOC_USAGE_HW_RENDER) != 0 || in map_usage_to_memtrack()
/external/swiftshader/include/Android/hardware/
Dgralloc.h29 GRALLOC_USAGE_HW_RENDER = 0x00000200U, enumerator
/external/drm_hwcomposer/include/
DDrmFramebuffer.h67 GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_RENDER | in Allocate()
/external/mesa3d/src/freedreno/vulkan/
Dtu_android.c291 *grallocUsage |= GRALLOC_USAGE_HW_RENDER; in setup_gralloc0_usage()
370 if (grallocUsage & GRALLOC_USAGE_HW_RENDER) { in tu_GetSwapchainGrallocUsage2ANDROID()
/external/mesa3d/src/intel/vulkan/
Danv_android.c593 *grallocUsage |= GRALLOC_USAGE_HW_RENDER; in setup_gralloc0_usage()
663 if (grallocUsage & GRALLOC_USAGE_HW_RENDER) { in anv_GetSwapchainGrallocUsage2ANDROID()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc90 if (usage & GRALLOC_USAGE_HW_RENDER) in gralloc0_convert_usage()
/external/mesa3d/src/amd/vulkan/
Dradv_android.c262 *grallocUsage |= GRALLOC_USAGE_HW_RENDER; in radv_GetSwapchainGrallocUsageANDROID()
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c84 GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_RENDER |
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c628 : GRALLOC_USAGE_HW_RENDER; in droid_create_surface()