Searched refs:TypeGetNativeData (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
D | Type.cpp | 94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6); in updateFromNative()
|
D | rsDispatch.cpp | 117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols() 159 if (dispatchTab.TypeGetNativeData == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 228 TypeGetNativeDataFnPtr TypeGetNativeData; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
D | rsHidlAdaptation.cpp | 167 mEntryFuncs.TypeGetNativeData = TypeGetNativeData; in LoadDispatchForHidl() 223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint3… in TypeGetNativeData() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize); in rsaTypeGetNativeData()
|