HomeSort by relevance Sort by last modified time
    Searched refs:AllocationElementDataFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 60 typedef void (*AllocationElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
121 AllocationElementDataFnPtr AllocationElementData;
rsDispatch.cpp 49 dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData");

Completed in 37 milliseconds