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