OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationReadFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
64
typedef void (*
AllocationReadFnPtr
) (RsContext, RsAllocation, void*, size_t);
129
AllocationReadFnPtr
AllocationRead;
rsDispatch.cpp
57
dispatchTab.AllocationRead = (
AllocationReadFnPtr
)dlsym(handle, "rsAllocationRead");
Completed in 172 milliseconds