Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 – 7 of 7) sorted by relevance

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c71 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN |
78 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
83 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN |
89 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
91 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
93 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
292 grallocinfo_init(&info, 0, 0, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN); in test_alloc_varying_sizes()
386 grallocinfo_init(&info, 512, 512, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN); in test_gralloc_order()
389 GRALLOC_USAGE_SW_READ_OFTEN); in test_gralloc_order()
439 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in test_mapping()
[all …]
/external/swiftshader/src/WSI/
DFrameBufferAndroid.cpp55 native_window_set_usage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in FrameBufferAndroid()
87 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
/external/swiftshader/src/Main/
DFrameBufferAndroid.cpp55 native_window_set_usage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in FrameBufferAndroid()
87 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
/external/swiftshader/include/Android/hardware/
Dgralloc.h26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
/external/swiftshader/src/OpenGL/common/
DImage.hpp304 data = lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in lockInternal()
334 return lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in lock()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc44 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in gralloc0_convert_usage()
/external/v4l2_codec2/cmds/
Dcodec2.cpp252 GRALLOC_USAGE_SW_READ_OFTEN, graphic_block.width())); in play()