OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationElementReadFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
66
typedef void (*
AllocationElementReadFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, void*, size_t, size_t);
122
AllocationElementReadFnPtr
AllocationElementRead;
rsDispatch.cpp
50
dispatchTab.AllocationElementRead = (
AllocationElementReadFnPtr
)dlsym(handle, "rsAllocationElementRead");
Completed in 51 milliseconds