Home
last modified time | relevance | path

Searched refs:rsAllocationShareBufferQueue (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DlibRS.map35 rsAllocationShareBufferQueue;
DrsApiStubs.h66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation allo…
DrsApiStubs.cpp370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocati… in rsAllocationShareBufferQueue() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1258 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2); in nAllocationShareBufferQueue()