Searched refs:GRALLOC_USAGE_SW_WRITE_OFTEN (Results 1 – 9 of 9) sorted by relevance
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 80 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | 87 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 93 GRALLOC_USAGE_SW_WRITE_OFTEN }, 95 GRALLOC_USAGE_SW_WRITE_OFTEN | GRALLOC_USAGE_HW_COMPOSER | 98 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 100 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 102 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN }, 448 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in test_mapping()
|
/external/swiftshader/src/Main/ |
D | FrameBufferAndroid.cpp | 56 ANativeWindow_setUsage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in FrameBufferAndroid() 130 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
|
/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 311 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/mesa3d/include/android_stub/hardware/ |
D | gralloc.h | 83 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 86 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_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()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 287 …if(GrallocModule::getInstance()->lock(importedBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, ex… in prepareForExternalUseANDROID()
|
D | libVulkan.cpp | 4131 *grallocUsage = GRALLOC_USAGE_SW_WRITE_OFTEN; in vkGetSwapchainGrallocUsageANDROID()
|