Searched refs:AllocationElementData (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols() 449 if (dispatchTab.AllocationElementData == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 161 AllocationElementDataFnPtr AllocationElementData; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 86 …static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
|
D | rs.spec | 193 AllocationElementData {
|
D | rsHidlAdaptation.cpp | 104 mEntryFuncs.AllocationElementData = AllocationElementData; in LoadDispatchForHidl() 577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 412 … RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementData()
|