Searched defs:syncAll (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp142 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java57 * memory types. A {@link android.renderscript.Allocation#syncAll syncAll()}
344 public void syncAll(int srcLocation) { method in class:Allocation
/frameworks/rs/
H A Drs_hal.h145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1555::__anon1557
H A DrsAllocation.cpp72 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
73 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
489 a->syncAll(rsc, src);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java55 * memory types. A {@link android.renderscript.Allocation#syncAll syncAll()}
272 public void syncAll(int srcLocation) { method in class:Allocation
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1584::__anon1586
H A DrsAllocation.cpp67 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
68 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
427 a->syncAll(rsc, src);

Completed in 100 milliseconds