Searched refs:syncAll (Results 1 - 9 of 9) 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.h86 void syncAll(Context *rsc, RsAllocationUsageType src);
H A DrsScriptC_Lib.cpp165 a->syncAll(rsc, usage);
H A Drs_hal.h125 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member in struct:android::renderscript::__anon1559::__anon1561
H A DrsAllocation.cpp71 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { function in class:Allocation
72 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
523 a->syncAll(rsc, src);
H A DrsFont.cpp548 mTextTexture->syncAll(mRSC, RS_ALLOCATION_USAGE_SCRIPT);
/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

Completed in 101 milliseconds