Home
last modified time | relevance | path

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 DFrameBufferAndroid.cpp56 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 Dgralloc.h27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h83 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp311 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 Dplatform_android.c698 ? GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp297 if(GrallocModule::getInstance()->lock(importedBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, extent.width, extent.height, &nativeBuffer) != 0) in prepareForExternalUseANDROID()
H A DlibVulkan.cpp4280 *grallocUsage = GRALLOC_USAGE_SW_WRITE_OFTEN; in vkGetSwapchainGrallocUsageANDROID()

Completed in 15 milliseconds