Home
last modified time | relevance | path

Searched refs:Allocation1DElementDataFnPtr (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h60 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const vo… typedef
146 Allocation1DElementDataFnPtr Allocation1DElementData;
H A DrsDispatch.cpp37 …dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DE… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp92 .Allocation1DElementData = (Allocation1DElementDataFnPtr) nullptr, in loadHAL()