Searched refs:AllocationElementData (Results 1 - 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 51 dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData"); 449 if (dispatchTab.AllocationElementData == nullptr) { 450 LOG_ERR("Couldn't initialize dispatchTab.AllocationElementData");
|
H A D | rsDispatch.h | 161 AllocationElementDataFnPtr AllocationElementData; member in struct:dispatchTable
|
/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 86 static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
|
H A D | rs.spec | 193 AllocationElementData {
|
H A D | rsHidlAdaptation.cpp | 104 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 D | rsApiStubs.cpp | 412 RS_DISPATCH(ctxWrapper, AllocationElementData, va, x, y, z, lod, data, data_length, comp_offset);
|
Completed in 15 milliseconds