Searched refs:rsrAllocationSyncAll (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsRuntime.h | 30 void rsrAllocationSyncAll(Context *, Script *, Allocation *); 150 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
|
D | rsScriptC_Lib.cpp | 234 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) { in rsrAllocationSyncAll() function
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 917 rsrAllocationSyncAll(rsc, (Allocation *)a.p, RS_ALLOCATION_USAGE_SCRIPT); 922 rsrAllocationSyncAll(rsc, (Allocation *)a.p, RS_ALLOCATION_USAGE_SCRIPT); 928 rsrAllocationSyncAll(rsc, (Allocation *)a.p, (RsAllocationUsageType)usage); 935 rsrAllocationSyncAll(rsc, (Allocation *)a.p, (RsAllocationUsageType)source.val);
|