Home
last modified time | relevance | path

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

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