Searched refs:TypeGetNativeData (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols() 159 if (dispatchTab.TypeGetNativeData == nullptr) { in loadSymbols()
|
H A D | Type.cpp | 94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6); in updateFromNative()
|
H A D | rsDispatch.h | 228 TypeGetNativeDataFnPtr TypeGetNativeData; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 198 .TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"), in loadHAL()
|
H A D | Context.cpp | 407 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size()); in typeGetNativeMetadata()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
H A 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
|
H A D | rsApiStubs.cpp | 326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize); in rsaTypeGetNativeData()
|