Searched refs:syncAll (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.h73 void syncAll(RsAllocationUsageType srcLocation);
H A DAllocation.cpp142 void Allocation::syncAll(RsAllocationUsageType srcLocation) { function in class:Allocation
/frameworks/rs/
H A DrsAllocation.h88 void syncAll(Context *rsc, RsAllocationUsageType src);
H A DrsScriptC_Lib.cpp165 a->syncAll(rsc, usage);
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);
H A Drs_hal.h145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1555::__anon1557
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.h85 void syncAll(Context *rsc, RsAllocationUsageType src);
H A DrsScriptC_Lib.cpp165 a->syncAll(rsc, usage);
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);
H A Drs_hal.h145 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1584::__anon1586
/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java816 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
822 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT);
H A DAllocation.java57 * memory types. A {@link android.renderscript.Allocation#syncAll syncAll()}
344 public void syncAll(int srcLocation) { method in class:Allocation
/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

Completed in 117 milliseconds