Searched refs:syncAll (Results 1 – 9 of 9) sorted by relevance
76 void syncAll(Context *rsc, RsAllocationUsageType src);
164 a->syncAll(rsc, usage); in rsrAllocationSyncAll()
65 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll() function in Allocation66 rsc->mHal.funcs.allocation.syncAll(rsc, this, src); in syncAll()404 a->syncAll(rsc, src); in rsi_AllocationSyncAll()
115 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member
536 mTextTexture->syncAll(mRSC, RS_ALLOCATION_USAGE_SCRIPT); in initTextTexture()
764 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()770 sm.getIndexSetAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()
262 public void syncAll(int srcLocation) { in syncAll() method in Allocation
17648 method public void syncAll(int);