Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
453 if (dispatchTab.AllocationElementRead == nullptr) { in loadSymbols()
H A DrsDispatch.h162 AllocationElementReadFnPtr AllocationElementRead; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp118 .AllocationElementRead = in loadHAL()
H A DContext.cpp253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h92 …static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
H A DrsHidlAdaptation.cpp105 mEntryFuncs.AllocationElementRead = AllocationElementRead; in LoadDispatchForHidl()
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementRead() function in RsHidlAdaptation
H A Drs.spec245 AllocationElementRead {
H A DrsApiStubs.cpp448 … RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementRead()