Home
last modified time | relevance | path

Searched refs:Allocation1DElementData (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp37 …dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DE… in loadSymbols()
275 if (dispatchTab.Allocation1DElementData == nullptr) { in loadSymbols()
DrsDispatch.h146 Allocation1DElementDataFnPtr Allocation1DElementData; member
/frameworks/rs/
DrsHidlAdaptation.h85 …static void Allocation1DElementData(RsContext, RsAllocation, uint32_t, uint32_t, const void*, size…
Drs.spec185 Allocation1DElementData {
DrsHidlAdaptation.cpp90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData; in LoadDispatchForHidl()
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData() function in RsHidlAdaptation
DrsApiStubs.cpp406 RS_DISPATCH(ctxWrapper, Allocation1DElementData, va, x, lod, data, data_length, comp_offset); in rsAllocation1DElementData()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1194 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff, in nAllocationElementData1D()