Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
449 if (dispatchTab.AllocationElementData == nullptr) { in loadSymbols()
H A DrsDispatch.h161 AllocationElementDataFnPtr AllocationElementData; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp116 .AllocationElementData = in loadHAL()
H A DContext.cpp184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h86 …static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
H A DrsHidlAdaptation.cpp104 mEntryFuncs.AllocationElementData = AllocationElementData; in LoadDispatchForHidl()
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData() function in RsHidlAdaptation
H A Drs.spec193 AllocationElementData {
H A DrsApiStubs.cpp412 … RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementData()