Searched refs:rsrAllocationSyncAll (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsRuntime.h | 87 void rsrAllocationSyncAll(Context *, Script *, Allocation *); 154 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
|
D | rsScriptC_Lib.cpp | 163 void rsrAllocationSyncAll(Context *rsc, Script *sc, Allocation *a, RsAllocationUsageType usage) { in rsrAllocationSyncAll() function
|
/frameworks/base/libs/rs/driver/ |
D | rsdRuntimeStubs.cpp | 48 rsrAllocationSyncAll(rsc, sc, a, source); in SC_AllocationSyncAll2() 53 rsrAllocationSyncAll(rsc, sc, a, RS_ALLOCATION_USAGE_SCRIPT); in SC_AllocationSyncAll()
|