Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DType.cpp94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6); in updateFromNative()
DrsDispatch.cpp117 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols()
159 if (dispatchTab.TypeGetNativeData == nullptr) { in loadSymbols()
DrsDispatch.h228 TypeGetNativeDataFnPtr TypeGetNativeData; member
/frameworks/rs/
DrsHidlAdaptation.h75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
DrsHidlAdaptation.cpp167 mEntryFuncs.TypeGetNativeData = TypeGetNativeData; in LoadDispatchForHidl()
223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint3… in TypeGetNativeData() function in RsHidlAdaptation
DrsApiStubs.cpp326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize); in rsaTypeGetNativeData()