Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map27 rsAllocationGetPointer;
DrsApiStubs.h70 extern "C" void * rsAllocationGetPointer (RsContext rsc, RsAllocation va, uint32_t lod, RsAllocatio…
DrsApiStubs.cpp391 extern "C" void * rsAllocationGetPointer (RsContext ctxWrapper, RsAllocation va, uint32_t lod, RsAl… in rsAllocationGetPointer() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2791 ptr = rsAllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetByteBuffer()