Searched refs:typeDataSize (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | rsApiType.cpp | 26 …void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData() argument 27 rsAssert(typeDataSize == 6); in rsaTypeGetNativeData()
|
H A D | rs.h | 48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t* typeData, uint32_t typeDataSize)
|
H A D | rsHidlAdaptation.h | 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
H A D | rsHidlAdaptation.cpp | 223 …tion::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint32_t typeDataSize) in TypeGetNativeData() argument 228 [typedata, typeDataSize] (const hidl_vec<uint64_t> &retTypeData){ in TypeGetNativeData() 229 for (uint32_t i=0; i<typeDataSize; i++) { in TypeGetNativeData()
|
H A D | rsApiStubs.cpp | 324 …rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32_t typeDataSize) in rsaTypeGetNativeData() argument 326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize); in rsaTypeGetNativeData()
|
H A D | rsApiStubs.h | 78 uint32_t typeDataSize) __DEPRECATED_IN(31);
|
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.h | 24 …edef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|