Home
last modified time | relevance | path

Searched refs:rsaFileA3DCreateFromMemory (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DlibRS.map112 rsaFileA3DCreateFromMemory;
Drs.h28 RsFile rsaFileA3DCreateFromMemory(RsContext, const void* data, uint32_t len) __DEPRECATED_IN(31);
DrsApiFileA3D.cpp71 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { in rsaFileA3DCreateFromMemory() function
DrsApiStubs.h296 extern "C" RsFile rsaFileA3DCreateFromMemory(RsContext con, const void* data, uint32_t len)
DrsApiStubs.cpp868 extern "C" RsFile rsaFileA3DCreateFromMemory(RsContext ctxWrapper, const void *data, uint32_t len) in rsaFileA3DCreateFromMemory() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1656 …jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromMemory((RsContext)con, asset->getBuffer(false), a… in nFileA3DCreateFromAssetStream()