Home
last modified time | relevance | path

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

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