Home
last modified time | relevance | path

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

/frameworks/rs/
DrsRuntime.h30 void rsrAllocationSyncAll(Context *, Script *, Allocation *);
150 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
DrsScriptC_Lib.cpp234 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) { in rsrAllocationSyncAll() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp917 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);