Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
449 if (dispatchTab.AllocationElementData == nullptr) { in loadSymbols()
DrsDispatch.h161 AllocationElementDataFnPtr AllocationElementData; member
/frameworks/rs/
DrsHidlAdaptation.h86 …static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
Drs.spec193 AllocationElementData {
DrsHidlAdaptation.cpp104 mEntryFuncs.AllocationElementData = AllocationElementData; in LoadDispatchForHidl()
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData() function in RsHidlAdaptation
DrsApiStubs.cpp412 … RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementData()