Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map23 rsAllocationCubeCreateFromBitmap;
DrsApiStubs.h61 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocation…
DrsApiStubs.cpp344 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAll… in rsAllocationCubeCreateFromBitmap() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1358 jlong id = (jlong)(uintptr_t)rsAllocationCubeCreateFromBitmap((RsContext)con, in nAllocationCubeCreateFromBitmap()