Searched refs:Allocation1DElementData (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 37 …dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DE… in loadSymbols() 275 if (dispatchTab.Allocation1DElementData == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 146 Allocation1DElementDataFnPtr Allocation1DElementData; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 92 .Allocation1DElementData = (Allocation1DElementDataFnPtr) nullptr, in loadHAL()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 85 …static void Allocation1DElementData(RsContext, RsAllocation, uint32_t, uint32_t, const void*, size…
|
H A D | rsHidlAdaptation.cpp | 90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData; in LoadDispatchForHidl() 566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData() function in RsHidlAdaptation
|
H A D | rs.spec | 185 Allocation1DElementData {
|
H A D | rsApiStubs.cpp | 406 RS_DISPATCH(ctxWrapper, Allocation1DElementData, va, x, lod, data, data_length, comp_offset); in rsAllocation1DElementData()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1196 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff, in nAllocationElementData1D()
|