Home
last modified time | relevance | path

Searched refs:syncAll (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
Dcompute.cpp59 ain->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute()
60 aout->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute()
70 ain->syncAll(RS_ALLOCATION_USAGE_SCRIPT); in test_compute()
71 aout->syncAll(RS_ALLOCATION_USAGE_SCRIPT); in test_compute()
/frameworks/base/rs/java/android/renderscript/
DMesh.java835 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()
840 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()
DAllocation.java531 public void syncAll(int srcLocation) { in syncAll() method in Allocation
/frameworks/rs/
DrsAllocation.h125 void syncAll(Context *rsc, RsAllocationUsageType src);
DrsScriptC_Lib.cpp235 a->syncAll(rsc, usage); in rsrAllocationSyncAll()
DrsAllocation.cpp168 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll() function in android::renderscript::Allocation
169 rsc->mHal.funcs.allocation.syncAll(rsc, this, src); in syncAll()
668 a->syncAll(rsc, src); in rsi_AllocationSyncAll()
DrsDriverLoader.cpp83 ret &= fn(RS_HAL_ALLOCATION_SYNC_ALL, (void **)&rsc->mHal.funcs.allocation.syncAll); in LoadHalTable()
Drs_hal.h229 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member
/frameworks/rs/cpp/
DAllocation.cpp153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() function in Allocation
DrsCppStructs.h639 void syncAll(RsAllocationUsageType srcLocation);
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java478 public void syncAll(int srcLocation) { in syncAll() method in Allocation
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25969 method public void syncAll(int);
/frameworks/base/non-updatable-api/
Dcurrent.txt39831 method public void syncAll(int);
/frameworks/base/api/
Dcurrent.txt39975 method public void syncAll(int);