Home
last modified time | relevance | path

Searched defs:syncAll (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
Drs_hal.h115 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member
DrsAllocation.cpp65 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll() function in Allocation
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java262 public void syncAll(int srcLocation) { in syncAll() method in Allocation