OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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