Searched refs:rsaTypeGetNativeData (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rs.h | 45 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
|
D | rsType.cpp | 317 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData() function
|
/frameworks/rs/ |
D | rs.h | 45 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
|
D | rsType.cpp | 317 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData() function
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 450 rsaTypeGetNativeData(con, (RsType)id, typeData, 6); in nTypeGetNativeData()
|