Searched refs:usageSwWrite (Results 1 – 3 of 3) sorted by relevance
371 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in lockHostImpl() local445 if (usageSwWrite || usageHwCameraWrite) { in lockHostImpl()540 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in isSupportedImpl() local576 (usageSwWrite || usageHwCamWrite)); in isSupportedImpl()
94 const bool usageSwWrite = usage & BufferUsage::CPU_WRITE_MASK; in allocateImpl() local159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
294 const bool usageSwWrite = usage & GRALLOC_USAGE_SW_WRITE_MASK; in lock_impl() local366 if (usageSwWrite || usageHwCameraWrite) { in lock_impl()519 const bool usageSwWrite = usage & GRALLOC_USAGE_SW_WRITE_MASK; in gralloc_alloc() local586 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()