Searched refs:rsrAllocationSyncAll (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsRuntime.h | 34 void rsrAllocationSyncAll(Context *, Script *, Allocation *); 154 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
|
D | rsScriptC_Lib.cpp | 236 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) { in rsrAllocationSyncAll() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 111 rsrAllocationSyncAll(rsc, (Allocation*)a.p, source); in SC_AllocationSyncAll2() 116 rsrAllocationSyncAll(rsc, (Allocation*)a.p, RS_ALLOCATION_USAGE_SCRIPT); in SC_AllocationSyncAll()
|