Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp137 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll() function in Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocationThunker.java83 public void syncAll(int srcLocation) { in syncAll() method in AllocationThunker
DAllocation.java328 public void syncAll(int srcLocation) { in syncAll() method in Allocation
/frameworks/rs/
Drs_hal.h171 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src); member
DrsAllocation.cpp93 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll() function in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java445 public void syncAll(int srcLocation) { in syncAll() method in Allocation