Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map21 rsAllocationCreateFromBitmap;
DrsApiStubs.h84 extern "C" RsAllocation rsAllocationCreateFromBitmap(RsContext rsc, RsType vtype,
DrsApiStubs.cpp338 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocat… in rsAllocationCreateFromBitmap() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1332 jlong id = (jlong)(uintptr_t)rsAllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()