Home
last modified time | relevance | path

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

/frameworks/rs/
DrsRuntime.h34 void rsrAllocationSyncAll(Context *, Script *, Allocation *);
154 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
DrsScriptC_Lib.cpp236 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) { in rsrAllocationSyncAll() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp111 rsrAllocationSyncAll(rsc, (Allocation*)a.p, source); in SC_AllocationSyncAll2()
116 rsrAllocationSyncAll(rsc, (Allocation*)a.p, RS_ALLOCATION_USAGE_SCRIPT); in SC_AllocationSyncAll()