Home
last modified time | relevance | path

Searched refs:shareBufferQueue (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsAllocation.h186 void shareBufferQueue(const Context *rsc, const Allocation *alloc);
DrsAllocation.cpp640 void Allocation::shareBufferQueue(const Context *rsc, const Allocation *alloc) { in shareBufferQueue() function in Allocation
909 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2941 outAlloc.shareBufferQueue(alloc); in createFromAllocation()
2965 void shareBufferQueue(Allocation alloc) { in shareBufferQueue() method in Allocation