Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsAllocation.h76 void syncAll(Context *rsc, RsAllocationUsageType src);
DrsScriptC_Lib.cpp164 a->syncAll(rsc, usage); in rsrAllocationSyncAll()
DrsAllocation.cpp65 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll() function in Allocation
66 rsc->mHal.funcs.allocation.syncAll(rsc, this, src); in syncAll()
404 a->syncAll(rsc, src); in rsi_AllocationSyncAll()
Drs_hal.h115 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member
DrsFont.cpp536 mTextTexture->syncAll(mRSC, RS_ALLOCATION_USAGE_SCRIPT); in initTextTexture()
/frameworks/base/graphics/java/android/renderscript/
DMesh.java764 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()
770 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()
DAllocation.java262 public void syncAll(int srcLocation) { in syncAll() method in Allocation
/frameworks/base/api/
Dcurrent.txt17648 method public void syncAll(int);
D14.txt17648 method public void syncAll(int);