Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h77 Return<void> allocationSyncAll(Allocation allocation, AllocationUsageType usageType) override;
DContext.cpp288 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) { in allocationSyncAll() argument
290 RsAllocationUsageType _usageType = static_cast<RsAllocationUsageType>(usageType); in allocationSyncAll()
/hardware/interfaces/renderscript/1.0/
DIContext.hal429 * @param usageType Allocation usage type
432 allocationSyncAll(Allocation allocation, AllocationUsageType usageType);