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

/frameworks/rs/cpp/
H A DrsDispatch.cpp51 dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData");
449 if (dispatchTab.AllocationElementData == nullptr) {
450 LOG_ERR("Couldn't initialize dispatchTab.AllocationElementData");
H A DrsDispatch.h162 AllocationElementDataFnPtr AllocationElementData; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h86 static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
H A Drs.spec193 AllocationElementData {
H A DrsHidlAdaptation.cpp104 mEntryFuncs.AllocationElementData = AllocationElementData;
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp417 RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset);

Completed in 3225 milliseconds