Searched refs:AllocationElementRead (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols() 453 if (dispatchTab.AllocationElementRead == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 162 AllocationElementReadFnPtr AllocationElementRead; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 118 .AllocationElementRead = in loadHAL()
|
H A D | Context.cpp | 253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 92 …static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
|
H A D | rsHidlAdaptation.cpp | 105 mEntryFuncs.AllocationElementRead = AllocationElementRead; in LoadDispatchForHidl() 633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementRead() function in RsHidlAdaptation
|
H A D | rs.spec | 245 AllocationElementRead {
|
H A D | rsApiStubs.cpp | 448 … RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementRead()
|