Searched refs:AllocationElementRead (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp52 dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElementRead");
453 if (dispatchTab.AllocationElementRead == nullptr) {
454 LOG_ERR("Couldn't initialize dispatchTab.AllocationElementRead");
H A DrsDispatch.h163 AllocationElementReadFnPtr AllocationElementRead; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h92 static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, void*, size_t, size_t);
H A Drs.spec245 AllocationElementRead {
H A DrsHidlAdaptation.cpp105 mEntryFuncs.AllocationElementRead = AllocationElementRead;
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp453 RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset);

Completed in 703 milliseconds