Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc.h29 GRALLOC_USAGE_HW_RENDER = 0x00000200U, enumerator
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.h57 #define GRALLOC_USAGE_HW_RENDER GRALLOC1_PRODUCER_USAGE_GPU_RENDER_TARGET macro
Dmali_gralloc_formats.cpp408 else if (usage & GRALLOC_USAGE_HW_RENDER) in determine_producer()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp480 bool hw_write = (usage & GRALLOC_USAGE_HW_RENDER); in gralloc_alloc()
656 (usage & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | in gralloc_alloc()
661 (usage & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | in gralloc_alloc()
1127 bool hw_write = (usage & GRALLOC_USAGE_HW_RENDER); in gralloc_lock()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp181 GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER; in resourceToANWB()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp385 GRALLOC_USAGE_HW_COMPOSER|GRALLOC_USAGE_HW_RENDER, in getTargetCb()