OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationGetTypeFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
24
typedef const void* (*
AllocationGetTypeFnPtr
)(RsContext con, RsAllocation va);
126
AllocationGetTypeFnPtr
AllocationGetType;
rsDispatch.cpp
54
dispatchTab.AllocationGetType = (
AllocationGetTypeFnPtr
)dlsym(handle, "rsaAllocationGetType");
Completed in 32 milliseconds