Home
last modified time | relevance | path

Searched refs:usageSwWrite (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp371 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in lockHostImpl() local
445 if (usageSwWrite || usageHwCameraWrite) { in lockHostImpl()
540 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in isSupportedImpl() local
576 (usageSwWrite || usageHwCamWrite)); in isSupportedImpl()
Dallocator3.cpp94 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in allocateImpl() local
159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp294 const bool usageSwWrite = usage & GRALLOC_USAGE_SW_WRITE_MASK; in lock_impl() local
366 if (usageSwWrite || usageHwCameraWrite) { in lock_impl()
519 const bool usageSwWrite = usage & GRALLOC_USAGE_SW_WRITE_MASK; in gralloc_alloc() local
586 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()