Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 – 8 of 8) sorted by relevance
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 72 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | 79 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 84 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN | 90 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 92 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 94 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 293 grallocinfo_init(&info, 0, 0, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN); in test_alloc_varying_sizes() 387 grallocinfo_init(&info, 512, 512, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN); in test_gralloc_order() 390 GRALLOC_USAGE_SW_READ_OFTEN); in test_gralloc_order() 440 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in test_mapping() [all …]
|
/external/swiftshader/src/Main/ |
D | FrameBufferAndroid.cpp | 61 native_window_set_usage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in FrameBufferAndroid() 135 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
|
/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 310 data = lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in lockInternal() 340 return lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in lock()
|
/external/mesa3d/include/android_stub/hardware/ |
D | gralloc.h | 74 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 82 int32_t status = buf->lock(GRALLOC_USAGE_SW_READ_OFTEN, &pointer); in Create()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 50 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in gralloc0_convert_usage()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 627 ? GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN in droid_create_surface()
|