Searched refs:rsaTypeGetNativeData (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsApiType.cpp | 26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… in rsaTypeGetNativeData() function
|
D | libRS.map | 38 rsaTypeGetNativeData;
|
D | rs.h | 50 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
D | rsApiStubs.h | 56 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type…
|
D | rsApiStubs.cpp | 324 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32… in rsaTypeGetNativeData() function
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1207 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6); in nTypeGetNativeData()
|