Home
last modified time | relevance | path

Searched refs:TypeGetNativeData (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols()
159 if (dispatchTab.TypeGetNativeData == nullptr) { in loadSymbols()
H A DType.cpp94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6); in updateFromNative()
H A DrsDispatch.h228 TypeGetNativeDataFnPtr TypeGetNativeData; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp198 .TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"), in loadHAL()
H A DContext.cpp407 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size()); in typeGetNativeMetadata()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
H A DrsHidlAdaptation.cpp167 mEntryFuncs.TypeGetNativeData = TypeGetNativeData; in LoadDispatchForHidl()
223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint3… in TypeGetNativeData() function in RsHidlAdaptation
H A DrsApiStubs.cpp326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize); in rsaTypeGetNativeData()