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/
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/
Dgralloc.h27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp311 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()
/third_party/mesa3d/include/android_stub/hardware/
Dgralloc.h83 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c698 ? GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN in droid_create_surface()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp297 …if(GrallocModule::getInstance()->lock(importedBufferHandle, GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, ex… in prepareForExternalUseANDROID()
DlibVulkan.cpp4280 *grallocUsage = GRALLOC_USAGE_SW_WRITE_OFTEN; in vkGetSwapchainGrallocUsageANDROID()