Searched refs:rsaGetName (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsApiContext.cpp | 72 extern "C" void rsaGetName(RsContext con, void * obj, const char **name) { in rsaGetName() function
|
D | libRS.map | 8 rsaGetName;
|
D | rs.h | 46 void rsaGetName(RsContext, void * obj, const char **name);
|
D | rsApiStubs.h | 44 extern "C" void rsaGetName(RsContext con, void * obj, const char **name);
|
D | rsApiStubs.cpp | 272 extern "C" void rsaGetName(RsContext ctxWrapper, void * obj, const char **name) in rsaGetName() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 806 rsaGetName((RsContext)con, (void *)obj, &name); in nGetName()
|