Searched refs:usageType (Results 1 – 3 of 3) sorted by relevance
77 Return<void> allocationSyncAll(Allocation allocation, AllocationUsageType usageType) override;
288 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) { in allocationSyncAll() argument290 RsAllocationUsageType _usageType = static_cast<RsAllocationUsageType>(usageType); in allocationSyncAll()
429 * @param usageType Allocation usage type432 allocationSyncAll(Allocation allocation, AllocationUsageType usageType);