Home
last modified time | relevance | path

Searched refs:typeDataSize (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/
H A DrsApiType.cpp26 …void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData() argument
27 rsAssert(typeDataSize == 6); in rsaTypeGetNativeData()
H A Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t* typeData, uint32_t typeDataSize)
H A DrsHidlAdaptation.h75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
H A DrsHidlAdaptation.cpp223 …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 DrsApiStubs.cpp324 …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 DrsApiStubs.h78 uint32_t typeDataSize) __DEPRECATED_IN(31);
/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h24 …edef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);