Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.h182 void shareBufferQueue(const Context *rsc, const Allocation *alloc);
DrsAllocation.cpp607 void Allocation::shareBufferQueue(const Context *rsc, const Allocation *alloc) { in shareBufferQueue() function in android::renderscript::Allocation
869 alloc1->shareBufferQueue(rsc, alloc2); in rsi_AllocationShareBufferQueue()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2942 outAlloc.shareBufferQueue(alloc); in createFromAllocation()
2966 void shareBufferQueue(Allocation alloc) { in shareBufferQueue() method in Allocation