Searched refs:AllocationElementData (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols() 449 if (dispatchTab.AllocationElementData == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 161 AllocationElementDataFnPtr AllocationElementData; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 116 .AllocationElementData = in loadHAL()
|
H A D | Context.cpp | 184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 86 …static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
|
H A D | rsHidlAdaptation.cpp | 104 mEntryFuncs.AllocationElementData = AllocationElementData; in LoadDispatchForHidl() 577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData() function in RsHidlAdaptation
|
H A D | rs.spec | 193 AllocationElementData {
|
H A D | rsApiStubs.cpp | 412 … RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementData()
|