Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp648 bool hw_write = (usage & GRALLOC_USAGE_HW_RENDER); (void)hw_write; in gralloc_alloc()
651 const bool hw_render = usage & GRALLOC_USAGE_HW_RENDER; in gralloc_alloc()
796 (usage & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | in gralloc_alloc()
801 (usage & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | in gralloc_alloc()
1180 bool hw_write = (usage & GRALLOC_USAGE_HW_RENDER); in gralloc_lock()
/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/amlogic/yukawa/hal/gralloc/
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/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp101 bufferItemConsumer = new BufferItemConsumer(consumer, GRALLOC_USAGE_HW_RENDER); in nativeCreateSurface()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp181 GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER; in resourceToANWB()