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