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