Searched refs:GRALLOC_USAGE_SW_WRITE_OFTEN (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
H A D | gralloc.h | 27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc.h | 83 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.hpp | 311 data = lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); 334 return lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 698 ? GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 297 if(GrallocModule::getInstance()->lock(importedBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, extent.width, extent.height, &nativeBuffer) != 0) in prepareForExternalUseANDROID()
|
H A D | libVulkan.cpp | 4280 *grallocUsage = GRALLOC_USAGE_SW_WRITE_OFTEN; in vkGetSwapchainGrallocUsageANDROID()
|
Completed in 15 milliseconds