Searched defs:ioReceive (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Drs_hal.h131 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1563::__anon1565
H A DrsAllocation.cpp439 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
440 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
711 alloc->ioReceive(rsc);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java384 public void ioReceive() { method in class:Allocation

Completed in 688 milliseconds