Searched refs:rsaFileA3DCreateFromMemory (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A Drs.h28 RsFile rsaFileA3DCreateFromMemory(RsContext, const void *data, uint32_t len);
H A DrsApiFileA3D.cpp71 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len) { function
H A DrsApiStubs.h149 RsFile rsaFileA3DCreateFromMemory(RsContext con, const void *data, uint32_t len);
H A DrsApiStubs.cpp873 RsFile rsaFileA3DCreateFromMemory(RsContext ctxWrapper, const void *data, uint32_t len) function
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1669 jlong id = (jlong)(uintptr_t)rsaFileA3DCreateFromMemory((RsContext)con, asset->getBuffer(false), asset->getLength());

Completed in 97 milliseconds